### package_product_relation table structure > 此表为课程包与商品的对应关系表 | field | type | null | default | desc | extra | |----|:-----|:-------|:------|:-----|:-----| | id | varchar(255) | no | | 主键 | pri | | pkg_id | varchar(255) | no | | 课程包id | | | pid | varchar(512) | no | |产品id | | | sort | int | no | | 顺序 | | | status | smallint | no | | 状态 | | | gmt_created | timestamp | no | now | 创建时间 | | | ##### index > unique index (package_id, item_id)