This commit is contained in:
aozhiwei 2022-01-24 19:57:16 +08:00
parent 56d01f2d79
commit ed19d88d49

View File

@ -70,7 +70,7 @@ CREATE TABLE `t_box_order` (
`price` bigint NOT NULL DEFAULT '0' COMMENT '价格',
`payment_token_address` varchar(60) NOT NULL DEFAULT '' COMMENT '货币地址',
`nonce` varchar(60) NOT NULL DEFAULT '' COMMENT 'nonce',
`signature` varchar(60) NOT NULL DEFAULT '' COMMENT '签名',
`signature` varchar(255) NOT NULL DEFAULT '' COMMENT '签名',
`expired` int(11) NOT NULL DEFAULT '0' COMMENT '是否过期',
`done` int(11) NOT NULL DEFAULT '0' COMMENT '是否已完成',
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',