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