fix pirep ids in sample; rename navs to flight reports
This commit is contained in:
@@ -63,7 +63,7 @@ class CreatePirepTables extends Migration
|
||||
$table->bigIncrements('id');
|
||||
$table->string('pirep_id', \App\Models\Pirep::ID_MAX_LENGTH);
|
||||
$table->unsignedInteger('fare_id');
|
||||
$table->unsignedInteger('count')->nullable();
|
||||
$table->unsignedInteger('count')->nullable()->default(0);
|
||||
|
||||
$table->index('pirep_id');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user