Expand the subfleets type column

This commit is contained in:
Nabeel Shahzad
2018-01-09 16:40:00 -06:00
parent e7f0eeab48
commit 44550330b4

View File

@@ -17,7 +17,7 @@ class CreateSubfleetTables extends Migration
$table->increments('id');
$table->unsignedInteger('airline_id')->nullable();
$table->string('name', 50);
$table->string('type', 7);
$table->string('type', 50);
$table->unsignedTinyInteger('fuel_type')->nullable();
$table->unsignedDecimal('cargo_capacity', 19)->nullable();
$table->unsignedDecimal('fuel_capacity', 19)->nullable();