### lj_ware table structure > 此表为课程存储对应的数据结构 | field | type | null | default | desc | extra | |----|:-----|:-------|:------|:-----|:-----| | id | bigint | no | | 主键 | pri | | wid | varchar(512) | no | | 课件编码 | uni | | title | varchar(1024) | yes | null | 课件标题 | | | digest | text | yes | null | 课件摘要 | | | type | smallint | no | | 类型 | | | status | smallint | no | | 状态 | | | create_time | timestamp | no | now | 创建时间 | | | update_time | timestamp | no | now | 更新时间 | | | ##### index > unique index wid