#48 add custom fields/values to flights

This commit is contained in:
Nabeel Shahzad
2017-07-11 17:44:12 -05:00
parent 35133fe0e6
commit 5ffd152a43
8 changed files with 189 additions and 47 deletions

View File

@@ -44,6 +44,7 @@ class CreateFlightsTable extends Migration
$table->uuid('flight_id');
$table->string('name', 50);
$table->text('value');
$table->timestamps();
});
}