set fare classes on aircraft w/ overrides (no admin ui yet)
This commit is contained in:
@@ -9,7 +9,7 @@ class CreateAircraftsTable extends Migration
|
||||
{
|
||||
Schema::create('aircraft', function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->integer('aircraft_class_id')->unsigned();
|
||||
$table->integer('aircraft_class_id')->unsigned()->nullable();
|
||||
$table->string('icao');
|
||||
$table->string('name');
|
||||
$table->string('full_name')->nullable();
|
||||
|
||||
Reference in New Issue
Block a user