|
|
@@ -23,7 +23,7 @@ return new class extends Migration
|
|
23
|
23
|
$table->json("floor_plan")->comment("樓層規劃");
|
|
24
|
24
|
$table->json("building_structure")->comment("建築結構");
|
|
25
|
25
|
$table->json("design_unit")->comment("設計團隊");
|
|
26
|
|
- $table->json("contact_unit")->comment("物管單位");
|
|
|
26
|
+ $table->json("contact_unit")->nullable()->comment("物管單位");
|
|
27
|
27
|
$table->json("contact_phone")->comment("物管電話");
|
|
28
|
28
|
$table->json("inversment_phone")->comment("招商電話");
|
|
29
|
29
|
$table->tinyInteger("badge_type")->comment("標章呈現方式");
|