edit-liche-enroll

This commit is contained in:
lccsw
2021-08-06 16:55:05 +08:00
parent dd9a629936
commit 881f31d2ef
7 changed files with 171 additions and 92 deletions
+1
View File
@@ -25,6 +25,7 @@ create table lc_receiver_clues (
primary key (id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='线索池';
alter table lc_receiver_clues add recommend_id int(10) not null default 0 comment '推荐用id' after cf_id;
alter table lc_receiver_clues add en_time timestamp not null default '0000-00-00 00:00:00' comment '最后报名时间';
-- ----------------------------
-- Title:线索操作日志表