1
This commit is contained in:
parent
ec24d315ae
commit
1ebce7b555
@ -583,8 +583,7 @@ CREATE TABLE `t_recharge` (
|
|||||||
`order_id` varchar(80) NOT NULL DEFAULT '' COMMENT 'order_id',
|
`order_id` varchar(80) NOT NULL DEFAULT '' COMMENT 'order_id',
|
||||||
`currency` varchar(60) NOT NULL DEFAULT '' COMMENT 'currency',
|
`currency` varchar(60) NOT NULL DEFAULT '' COMMENT 'currency',
|
||||||
`amount` varchar(80) NOT NULL DEFAULT '' COMMENT 'amount',
|
`amount` varchar(80) NOT NULL DEFAULT '' COMMENT 'amount',
|
||||||
`diamond` double NOT NULL DEFAULT '0' COMMENT 'diamond',
|
`status` int(11) NOT NULL DEFAULT '0' COMMENT '0:未更新订单状态 1:已更新订单状态',
|
||||||
`status` int(11) NOT NULL DEFAULT '0' COMMENT '0:未发货 1:已发货',
|
|
||||||
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
|
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
|
||||||
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
|
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
|
||||||
PRIMARY KEY (`idx`),
|
PRIMARY KEY (`idx`),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user