加入樓位

This commit is contained in:
ericli1018
2025-06-26 17:23:44 +08:00
parent 6884093c09
commit 6a4eec7fb4

View File

@ -14,6 +14,7 @@ class CreateEventImprovedHealthsTable extends Migration
{
Schema::create('event_improved_healths', function (Blueprint $table) {
$table->bigIncrements('id');
$table->integer('disease_type');
$table->text('hospital_name');
$table->text('name');
$table->text('twid');