master
cody 8 months ago
parent 4ab4f4e22f
commit f34e0bb4ad

@ -19,6 +19,8 @@ class UpdateProjectAddMobile extends Migration
$table->string("range_mobile")->nullable()->comment("派工电话");
// 投诉电话
$table->string("complaint_mobile")->nullable()->comment("投诉电话");
// 协议
$table->mediumText("agreement")->nullable()->comment("协议");
});
}

Loading…
Cancel
Save