From a02989928122779690861d4d1685388787676707 Mon Sep 17 00:00:00 2001 From: Hankin Date: Mon, 31 Mar 2025 11:03:31 +0800 Subject: [PATCH] task add user_id --- 1742955478_create_customer_task.up.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/1742955478_create_customer_task.up.sql b/1742955478_create_customer_task.up.sql index bf18152..2bceca0 100644 --- a/1742955478_create_customer_task.up.sql +++ b/1742955478_create_customer_task.up.sql @@ -1,5 +1,6 @@ CREATE TABLE `ufutx_s2_customer_task` ( `id` INT NOT NULL AUTO_INCREMENT, + `user_id` INT NOT null COMMENT "用户id", `remind_time` timestamp NOT null COMMENT "提醒时间", `principal` VARCHAR(100) NOT null COMMENT "负责人", `customer_id` int not null COMMENT "客户id",