sql
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ create table `lc_order_purchase` (
|
||||
`item_num` int(10) unsigned not null default '1' comment '商品/服务数量',
|
||||
`item_price` decimal(12,2) not null default '0.00' comment '商品/服务价格',
|
||||
`biz_id` int(11) not null default '0' comment '商家id',
|
||||
`carriage` int(10) unsigned not null default '0', comment '运费',
|
||||
`carriage` int(10) unsigned not null default '0' comment '运费',
|
||||
`total_price` decimal(12,2) not null default '0.00' comment '订单价格',
|
||||
`pay_price` decimal(12,2) not null default '0.00' comment '实付金额',
|
||||
`uname` varchar(16) not null default '' comment '订单用户姓名',
|
||||
|
||||
Reference in New Issue
Block a user