调整分支
This commit is contained in:
@@ -21,6 +21,8 @@ CREATE TABLE `tz_trade_order`
|
||||
`merchant_name` varchar(64) DEFAULT NULL COMMENT '商家名称',
|
||||
`merchant_remark` varchar(512) DEFAULT NULL COMMENT '商家备注',
|
||||
`comment_status` tinyint(1) DEFAULT NULL COMMENT '是否评价 (true-已评价, false-未评价)',
|
||||
`sub_type` tinyint(1) NOT NULL DEFAULT 1 COMMENT '预约类型(1预约 2 加急)',
|
||||
`sub_time` datetime NOT NULL COMMENT '预约时间',
|
||||
`expense_price` int(11) DEFAULT NULL COMMENT '商品成本(单),单位:分',
|
||||
`price` int(11) DEFAULT NULL COMMENT '商品原价(单),单位:分',
|
||||
`discount_price` int(11) DEFAULT NULL COMMENT '优惠金额(总),单位:分',
|
||||
@@ -90,8 +92,7 @@ CREATE TABLE `tz_trade_order_item`
|
||||
`adjust_price` int(11) NOT NULL COMMENT '订单调价(总),单位:分',
|
||||
`pay_price` int(11) NOT NULL COMMENT '应付金额(总),单位:分',
|
||||
`live_price` int(11) NOT NULL COMMENT '实收金额(总),单位:分',
|
||||
`sub_type` tinyint(1) NOT NULL DEFAULT 1 COMMENT '预约类型(1预约 2 加急)',
|
||||
`sub_time` datetime NOT NULL COMMENT '预约时间',
|
||||
|
||||
`serve_address` datetime NOT NULL COMMENT '服务地址',
|
||||
`properties` json DEFAULT NULL COMMENT '属性数组',
|
||||
`serve_info` json DEFAULT NULL COMMENT '服务信息',
|
||||
|
||||
Reference in New Issue
Block a user