1
This commit is contained in:
parent
4c44c04310
commit
15d2bcf801
@ -1766,6 +1766,7 @@ CREATE TABLE `t_gold_bullion` (
|
|||||||
`address` varchar(60) COMMENT 'address',
|
`address` varchar(60) COMMENT 'address',
|
||||||
`status` int(11) NOT NULL DEFAULT '0' COMMENT '状态 0:初始 1:超时已领取',
|
`status` int(11) NOT NULL DEFAULT '0' COMMENT '状态 0:初始 1:超时已领取',
|
||||||
`returned` int(11) NOT NULL DEFAULT '0' COMMENT '是否已超时返还',
|
`returned` int(11) NOT NULL DEFAULT '0' COMMENT '是否已超时返还',
|
||||||
|
`return_time` int(11) NOT NULL DEFAULT '0' COMMENT '返还时间',
|
||||||
`activated` int(11) NOT NULL DEFAULT '0' COMMENT '是否已上连',
|
`activated` int(11) NOT NULL DEFAULT '0' COMMENT '是否已上连',
|
||||||
`activate_time` int(11) NOT NULL DEFAULT '0' COMMENT '上链成功时间',
|
`activate_time` int(11) NOT NULL DEFAULT '0' COMMENT '上链成功时间',
|
||||||
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
|
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user