Commit 335fe624 authored by luzhuang's avatar luzhuang

数据库添加字段

parent 40825027
...@@ -15,3 +15,6 @@ alter table b_person_value add lesson_id varchar(64) COMMENT '课程或培训id' ...@@ -15,3 +15,6 @@ 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;
-- 添加收藏表中 收藏时间字段 19-12-17 18:19
alter table b_collect add collect_date datetime COMMENT '收藏时间' after lesson_id;
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