1
This commit is contained in:
parent
56d01f2d79
commit
ed19d88d49
@ -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 '创建时间',
|
||||
|
Loading…
x
Reference in New Issue
Block a user