Commit b3d39a31 authored by luzhuang's avatar luzhuang

修改保存数据库事件格式 xxx!@#xxx setLessonId(businessId)

parent d7394698
...@@ -26,7 +26,7 @@ alter table b_external_link modify column `external_url` VARCHAR (2000); ...@@ -26,7 +26,7 @@ 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 '收藏时间' ;
# -----------------------? # -------------其他环境已更新---------------
-- 修改外链表中 备注字段类型 19-12-18 09:56 -- 修改外链表中 备注字段类型 19-12-18 09:56
alter table b_external_link modify column `remarks` VARCHAR (500); alter table b_external_link modify column `remarks` VARCHAR (500);
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