Showing
1 changed file
with
1 additions
and
1 deletions
@@ -8,7 +8,7 @@ CREATE TABLE `channel_user` ( | @@ -8,7 +8,7 @@ CREATE TABLE `channel_user` ( | ||
8 | `channel_purchases_number` smallint(6) DEFAULT NULL COMMENT '渠道购买次数', | 8 | `channel_purchases_number` smallint(6) DEFAULT NULL COMMENT '渠道购买次数', |
9 | `channel_order_code` varchar(20) DEFAULT NULL COMMENT '渠道最近订单号', | 9 | `channel_order_code` varchar(20) DEFAULT NULL COMMENT '渠道最近订单号', |
10 | `channel_order_time` int(11) DEFAULT NULL COMMENT '渠道最近订单时间', | 10 | `channel_order_time` int(11) DEFAULT NULL COMMENT '渠道最近订单时间', |
11 | - `channel_order_amont` decimal(10,2) DEFAULT NULL, | 11 | + `channel_order_amount` decimal(10,2) DEFAULT NULL, |
12 | `uid` int(11) DEFAULT NULL COMMENT '有货uid', | 12 | `uid` int(11) DEFAULT NULL COMMENT '有货uid', |
13 | `yh_purchases_number` smallint(6) DEFAULT NULL COMMENT '有货购买次数', | 13 | `yh_purchases_number` smallint(6) DEFAULT NULL COMMENT '有货购买次数', |
14 | `yh_order_code` varchar(20) DEFAULT NULL COMMENT '有货最近订单号', | 14 | `yh_order_code` varchar(20) DEFAULT NULL COMMENT '有货最近订单号', |
-
Please register or login to post a comment