Commit 3e91105d authored by zhangqingle's avatar zhangqingle

增加培训文件可读验证,增加收藏时间

parent ed0fdac3
...@@ -16,8 +16,8 @@ alter table b_person_value add lesson_id varchar(64) COMMENT '课程或培训id' ...@@ -16,8 +16,8 @@ alter table b_person_value add lesson_id varchar(64) COMMENT '课程或培训id'
-- 修改个人积分表中 备注字段类型 19-12-17 11:04 -- 修改个人积分表中 备注字段类型 19-12-17 11:04
alter table b_person_value modify column `remarks` text; alter table b_person_value modify column `remarks` text;
-- 修改banner表中 外链字段类型 19-12-17 19:14 -- 修改banner表中 外链字段类型 19-12-17 19:14
alter table b_banner modify column `external_url` VARCHAR (200); alter table b_banner modify column `external_url` VARCHAR (2000);
-- 修改外链表中 外链字段类型 19-12-17 19:14 -- 修改外链表中 外链字段类型 19-12-17 19:14
alter table b_external_link modify column `external_url` VARCHAR (200); alter table b_external_link modify column `external_url` VARCHAR (2000);
-- 收藏表增加收藏时间 19-12-17 19:14 -- 收藏表增加收藏时间 19-12-17 19:14
ALTER TABLE b_collect ADD `collect_date` datetime COMMENT '收藏时间' ; ALTER TABLE b_collect ADD `collect_date` datetime COMMENT '收藏时间' ;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment