From 832c7c618158e42b7e813c00d095159eb1f8a341 Mon Sep 17 00:00:00 2001 From: Hankin Date: Mon, 1 Dec 2025 10:33:02 +0800 Subject: [PATCH] add assist_name --- 1764555948_table_customer_task_add_assist_name.up.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 1764555948_table_customer_task_add_assist_name.up.sql diff --git a/1764555948_table_customer_task_add_assist_name.up.sql b/1764555948_table_customer_task_add_assist_name.up.sql new file mode 100644 index 0000000..d025f12 --- /dev/null +++ b/1764555948_table_customer_task_add_assist_name.up.sql @@ -0,0 +1,3 @@ +ALTER TABLE `ufutx_s2_customer_task` +ADD COLUMN `assist_mobile` varchar(50) default null comment "协助手机号" after `detail`, +ADD COLUMN `assist_name` varchar(100) default null comment "协助姓名" after `detail` \ No newline at end of file