From f34e0bb4adce0deb70859bea46e09c26798a32ae Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Tue, 19 Aug 2025 15:55:39 +0800 Subject: [PATCH] update --- .../migrations/2025_08_19_180151_update_project_add_mobile.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/database/migrations/2025_08_19_180151_update_project_add_mobile.php b/database/migrations/2025_08_19_180151_update_project_add_mobile.php index 9ca7ec8..9dfa2ed 100644 --- a/database/migrations/2025_08_19_180151_update_project_add_mobile.php +++ b/database/migrations/2025_08_19_180151_update_project_add_mobile.php @@ -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("协议"); }); }