edit-liche-enroll
This commit is contained in:
@@ -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:线索操作日志表
|
||||
|
||||
Reference in New Issue
Block a user