調整疾病類別項目
This commit is contained in:
@ -14,6 +14,7 @@ class CreateEventMetabolismsTable extends Migration
|
||||
{
|
||||
Schema::create('event_metabolisms', function (Blueprint $table) {
|
||||
$table->bigIncrements('id');
|
||||
$table->integer('disease_type');
|
||||
$table->text('hospital_name');
|
||||
$table->text('name');
|
||||
$table->text('twid');
|
||||
|
@ -14,6 +14,7 @@ class CreateEventHealthAllowancesTable extends Migration
|
||||
{
|
||||
Schema::create('event_health_allowances', function (Blueprint $table) {
|
||||
$table->bigIncrements('id');
|
||||
$table->integer('disease_type');
|
||||
$table->text('hospital_name');
|
||||
$table->text('name');
|
||||
$table->text('twid');
|
||||
|
Reference in New Issue
Block a user