...
|
...
|
@@ -8,7 +8,7 @@ CREATE TABLE `channel_user` ( |
|
|
`channel_purchases_number` smallint(6) DEFAULT NULL COMMENT '渠道购买次数',
|
|
|
`channel_order_code` varchar(20) DEFAULT NULL COMMENT '渠道最近订单号',
|
|
|
`channel_order_time` int(11) DEFAULT NULL COMMENT '渠道最近订单时间',
|
|
|
`channel_order_amont` decimal(10,2) DEFAULT NULL,
|
|
|
`channel_order_amount` decimal(10,2) DEFAULT NULL,
|
|
|
`uid` int(11) DEFAULT NULL COMMENT '有货uid',
|
|
|
`yh_purchases_number` smallint(6) DEFAULT NULL COMMENT '有货购买次数',
|
|
|
`yh_order_code` varchar(20) DEFAULT NULL COMMENT '有货最近订单号',
|
...
|
...
|
|