### lj_unit table structure > 此表为课存储对应的数据结构 | field | type | null | default | desc | extra | |----|:-----|:-------|:------|:-----|:-----| | id | bigint | no | | 主键 | pri | | u_code | varchar(512) | no | | 单元编码 | uni | | name | varchar(1024) | yes | null | 单元标题 | | | digest | text | yes | null | 单元摘要 | | | sort | int | no | | 排序 | | | status | smallint | no | | 状态 | | | create_time | smallint | no | now | 创建时间 | | | update_time | timestamp | no | now | 更新时间 | | | ##### index > unique index u_code