added to the after action report controller

This commit is contained in:
2021-03-12 00:28:12 +09:00
parent aae582344e
commit adadd7994e
3 changed files with 30 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ class CreateAfterActionReportsTables extends Migration
$table->id();
$table->unsignedBigInteger('fc_id');
$table->string('fc_name');
$table->dateTime('formup_time');
$table->string('formup_location');
$table->enum('comms', [
'W4RP',