### p_merchant_product table structure > 此表为渠道物品的数据结构, merchant_product | field | type | null | default | desc | extra | |----|:-----|:-------|:------|:-----|:-----| | id | varchar(255) | no | | 主键 | pri | | pid | varchar(255) | no | | 产品id | | | code | varchar(255) | no | | object_code, 课程编码/周边编码 | | | name | varchar(255) | no | | 产品名字 | | | type | int | no | | 产品类型, 课程,周边,课程包, 师训 | | | merchant_id | varchar(255) | no | | 渠道id | | | sort | int | yes | null | 排序 | | | status | smallint | no | | 状态 | | | gmt_created | timestamp | no | now | 创建时间 | | | gmt_modified | timestamp | no | now | 更新时间 | | | ##### index > unique index (code, merchant_id)