### lj_lesson_ware_relation table structure > 此表为课与课件的对应关系的数据结构 | field | type | null | default | desc | extra | |----|:-----|:-------|:------|:-----|:-----| | id | bigint | no | | 主键 | pri | | l_code | varchar(512) | no | | 课编码 | | | w_code | varchar(512) | no | | 课件编码 | | | gmt_created | timestamp | no | now | 创建时间 | | | ##### index > unique index on(l_code, w_code)