#33 add airline country ID and hex code for aircraft
This commit is contained in:
@@ -17,6 +17,7 @@ class CreateAirlinesTable extends Migration
|
||||
$table->increments('id');
|
||||
$table->string('code');
|
||||
$table->string('name');
|
||||
$table->char('country', 2)->nullable();
|
||||
$table->boolean('active');
|
||||
$table->timestamps();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user