加入欄位

This commit is contained in:
ericli1018
2025-06-26 16:35:05 +08:00
parent 15e69ac7fe
commit 6884093c09
2 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,8 @@ class CreateEventImprovedHealthsTable extends Migration
$table->text('record_card_img_src');
$table->text('twid_front_img_src');
$table->text('twid_back_img_src');
$table->text('exam_img_src');
$table->text('exam2_img_src')->nullable();
$table->integer('check_state')->default(0);
$table->text('check_reson')->nullable();
$table->timestamps();