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",