Add ground_handling_cost to airport #134

This commit is contained in:
Nabeel Shahzad
2018-02-23 15:48:50 -06:00
parent b8b4fe7a8a
commit 4142d5d28a
6 changed files with 60 additions and 74 deletions
@@ -16,6 +16,7 @@ class CreateAirportsTable extends Migration
$table->string('country', 64)->nullable();
$table->string('timezone', 64)->nullable();
$table->boolean('hub')->default(false);
$table->unsignedDecimal('ground_handling_cost')->nullable()->default(0);
$table->unsignedDecimal('fuel_100ll_cost')->nullable()->default(0);
$table->unsignedDecimal('fuel_jeta_cost')->nullable()->default(0);
$table->unsignedDecimal('fuel_mogas_cost')->nullable()->default(0);