此表为课与课件的对应关系的数据结构
field | type | null | default | desc | extra |
---|---|---|---|---|---|
id | bigint | no | 主键 | pri | |
lid | varchar(512) | no | 课编码 | ||
wid | varchar(512) | no | 课件编码 | ||
merchant_id | bigint | no | 渠道id | ||
create_time | timestamp | no | now | 创建时间 |
unique index on(lid, wid, merchant_id)