lj_resource.md 724 B

resource table structure

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

field type null default desc extra
id string no 主键 pri
code varchar(512) yes 课编码 uni
type int no 资源类型 {0,3}, 分别表示{图片,视频}
name varchar(1024) no null 标题
format varchar(512) yes 资源格式
quality varchar(512) yes 资源质量
size int yes 资源大小
path varchar(1024) no 地址
status smallint no 状态
gmt_created timestamp no now 创建时间
gmt_modified timestamp no now 更新时间