加入樓位
This commit is contained in:
@ -14,6 +14,7 @@ class CreateEventImprovedHealthsTable extends Migration
|
|||||||
{
|
{
|
||||||
Schema::create('event_improved_healths', function (Blueprint $table) {
|
Schema::create('event_improved_healths', function (Blueprint $table) {
|
||||||
$table->bigIncrements('id');
|
$table->bigIncrements('id');
|
||||||
|
$table->integer('disease_type');
|
||||||
$table->text('hospital_name');
|
$table->text('hospital_name');
|
||||||
$table->text('name');
|
$table->text('name');
|
||||||
$table->text('twid');
|
$table->text('twid');
|
||||||
|
Reference in New Issue
Block a user