This commit is contained in:
aozhiwei 2024-06-09 13:16:08 +08:00
parent 4c44c04310
commit 15d2bcf801

View File

@ -1766,6 +1766,7 @@ CREATE TABLE `t_gold_bullion` (
`address` varchar(60) COMMENT 'address',
`status` int(11) NOT NULL DEFAULT '0' COMMENT '状态 0:初始 1:超时已领取',
`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 '是否已上连',
`activate_time` int(11) NOT NULL DEFAULT '0' COMMENT '上链成功时间',
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',