structure request form

This commit is contained in:
2019-09-08 04:33:47 -05:00
parent 8fed630c0b
commit aeb7bfc2e4
6 changed files with 44 additions and 37 deletions
@@ -31,14 +31,8 @@ class CreateAllianceAnchorStructureTable extends Migration
'Refinery',
]);
$table->dateTime('requested_drop_time');
$table->unsignedInteger('assigned_fc_id')->nullable();
$table->string('assigned_fc')->nullable();
$table->unsignedInteger('requester_id');
$table->string('requester');
$table->enum('completed', [
'Yes',
'No',
]);
$table->timestamps();
});
}