fix: 质押占领矿洞占比
This commit is contained in:
@@ -75,7 +75,7 @@ CREATE TABLE `nh_task_nft_stake_reward`
|
||||
`award_seq` int NOT NULL COMMENT '派奖序列号',
|
||||
`pledge_output` decimal(18, 6) NOT NULL DEFAULT 0 COMMENT '质押产出代币',
|
||||
`random_coefficient` float NOT NULL COMMENT '随机系数',
|
||||
`occupy_percent` int NOT NULL DEFAULT 100 COMMENT '占领百分比',
|
||||
`occupy_percent` int NOT NULL DEFAULT 0 COMMENT '占领百分比',
|
||||
`reward` decimal(18, 6) NOT NULL DEFAULT 0 COMMENT '奖励金额',
|
||||
`sent` bool NOT NULL DEFAULT false COMMENT '是否已发放',
|
||||
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
|
||||
|
||||
Reference in New Issue
Block a user