### lj_resource table structure > 此表为资源存储对应的数据结构 | field | type | null | default | desc | extra | |----|:-----|:-------|:------|:-----:|:-----:| | id | string | no | | 主键 | pri | | code | varchar(512) | yes | | 课编码 | uni | | name | varchar(1024) | no | null | 标题 | | | digest | text | yes | null | 课摘要 | | | url | varchar(1024) | no | | 地址 | | | status | smallint | no | | 状态 | | | tags | string | yes | null | 标签 | | | gmt_created | smallint | no | now | 创建时间 | | | gmt_modified | timestamp | no | now | 更新时间 | | |