商品表
### 1. yg_products(products表)
|字段名称|描述|类型|加索引缘故|
|-|-|-|-|
|title|商品名称|varchar||
|image|商品封面小图|varchar||
|description|商品详情|varchar||
|on_sale|商品是否正在售卖|tinyint, default 1||
|price|价格|decimal||
|earnest_money|定金|decimal||
|final_payment|尾款|decimal||
|deduct_money|预售退款扣除金额|decimal||
|limit_num|限购数量|int default 1||
|freight|运费|decimal||
|start_at|开始预售时间|timestamps||
|end_at|结束预售时间|timestamps||
|refund_time|退款时长(小时)|timestamps||