This commit is contained in:
aozhiwei 2024-08-05 10:11:16 +08:00
parent ec24d315ae
commit 1ebce7b555

View File

@ -583,8 +583,7 @@ CREATE TABLE `t_recharge` (
`order_id` varchar(80) NOT NULL DEFAULT '' COMMENT 'order_id',
`currency` varchar(60) NOT NULL DEFAULT '' COMMENT 'currency',
`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 '创建时间',
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
PRIMARY KEY (`idx`),