From ad9dd044af4ca14d71c8e3725ec736c177a126ae Mon Sep 17 00:00:00 2001 From: Hankin Date: Mon, 4 Aug 2025 09:42:24 +0800 Subject: [PATCH] task add type --- 1754271357_table_customer_task_add_type.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1754271357_table_customer_task_add_type.up.sql diff --git a/1754271357_table_customer_task_add_type.up.sql b/1754271357_table_customer_task_add_type.up.sql new file mode 100644 index 0000000..8986ddf --- /dev/null +++ b/1754271357_table_customer_task_add_type.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_s2_customer_task` +ADD COLUMN `type` enum("CRM", "DMA") default null after `status` \ No newline at end of file