style and updates to the dashboard

This commit is contained in:
Nabeel Shahzad
2017-08-04 20:17:04 -05:00
parent 021083f58e
commit 6e3f293fcb
4 changed files with 132 additions and 25 deletions

View File

@@ -16,7 +16,7 @@ class CreatePirepsTable extends Migration
Schema::create('pireps', function (Blueprint $table) {
$table->uuid('id');
$table->integer('user_id')->unsigned();
$table->integer('airline_id')->unsigned()->nullable();
$table->integer('airline_id')->unsigned();
$table->uuid('flight_id')->nullable();
$table->integer('aircraft_id')->nullable();
$table->string('route_code', 5)->nullable();