此表为课程包与商品的对应关系表
field | type | null | default | desc | extra |
---|---|---|---|---|---|
id | bigint | no | 主键 | pri | |
combo_id | bigint | no | |||
item_id | bigint | no | |||
type | smallint | no | 出售价格类型 | ||
price | double(16,2) | no | 0 | 课程在包内价格 | |
create_time | timestamp | no | now | 创建时间 |
unique index (combo_id, item_id)