added market to flex structures to keep track of.

This commit is contained in:
2020-06-07 00:05:53 -05:00
parent 284c81a2e1
commit 18d1eee592
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ class CreateFlexStructuresTable extends Migration
'Cyno Beacon',
'Jump Bridge',
'Super Construction Facilities',
'Market',
]);
$table->double('structure_cost', 20, 2);
$table->dateTime('paid_until');