This commit is contained in:
aozhiwei 2022-01-21 16:31:36 +08:00
parent a7a8ea5187
commit 69119704b4

View File

@ -71,7 +71,7 @@ CREATE TABLE `t_box_order` (
`signature` varchar(60) NOT NULL DEFAULT '' COMMENT '签名',
`buy_time` int(11) NOT NULL DEFAULT '0' COMMENT '购买时间',
`expired` int(11) NOT NULL DEFAULT '0' COMMENT '是否过期',
`buy_count` int(11) NOT NULL DEFAULT '0' COMMENT '购买次数',
`done` int(11) NOT NULL DEFAULT '0' COMMENT '是否已完成',
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
PRIMARY KEY (`idx`),