audio_img.md 605 B

resource table structure

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

field type null default desc extra
id string no 主键 pri
code varchar(512) yes 课编码 uni
name varchar(512) no 名称
type int no 资源类型 {4}, 分别表示{有声读物}
img_id int no 图片id
audio_id int no 音频id
status smallint no 状态
gmt_created timestamp no now 创建时间
gmt_modified timestamp no now 更新时间