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