1
This commit is contained in:
parent
a7a8ea5187
commit
69119704b4
@ -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`),
|
||||
|
Loading…
x
Reference in New Issue
Block a user