lj_lesson.md 575 B

lj_lesson table structure

此表为课存储对应的数据结构

field type null default desc extra
id bigint no 主键 pri
l_code varchar(512) no 课编码 uni
name varchar(1024) yes null 标题
digest text yes null 课摘要
sort int no tag排序
status smallint no 状态
gmt_created smallint no now 创建时间
gmt_modified timestamp no now 更新时间
index

unique index l_code