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