moon update and flex structure update

This commit is contained in:
2020-02-03 23:35:38 -06:00
parent 4215dea758
commit 1f2686ed28
7 changed files with 106 additions and 31 deletions

View File

@@ -29,6 +29,7 @@ class CreateFlexStructuresTable extends Migration
'Super Construction Facilities',
]);
$table->double('structure_cost', 20, 2);
$table->dateTime('paid_until');
$table->timestamps();
});
}