### user_recommend table structure > 此表为用户首页默认的展示的课程表 | field | type | null | default | desc | extra | |----|:-----|:-------|:------|:-----|:-----| | id | string | no | | id | | | uid | string | no | | 用户id | | | pid | smallint | no | | 商品类型, 课程 | | | sort | int | no | 0 | 排序字段 | | | gmt_created | timestamp | no | now | 创建时间 | | | gmt_modified | timestamp | no | now | 更新时间 | | |