From e50591e2f00d60069cefc119a50c31e8b6388b5e Mon Sep 17 00:00:00 2001 From: Hankin Date: Mon, 18 Aug 2025 16:04:12 +0800 Subject: [PATCH] task add key_name --- 1755504021_table_customer_task_add_key.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1755504021_table_customer_task_add_key.up.sql diff --git a/1755504021_table_customer_task_add_key.up.sql b/1755504021_table_customer_task_add_key.up.sql new file mode 100644 index 0000000..d59fb01 --- /dev/null +++ b/1755504021_table_customer_task_add_key.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_s2_customer_task` +ADD COLUMN `key_name` varchar(100) default null comment "关键词" after `user_id` \ No newline at end of file