修改域名为h55555game.top
This commit is contained in:
3
server/db/dice_reward_config_add_weight.sql
Normal file
3
server/db/dice_reward_config_add_weight.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DiceRewardConfig 新增 weight 字段:仅 tier=BIGWIN 时可设定,0-100(%)
|
||||
ALTER TABLE `dice_reward_config`
|
||||
ADD COLUMN `weight` decimal(5,2) NOT NULL DEFAULT 0.00 COMMENT '权重%,仅 tier=BIGWIN 时可设定,0-100' AFTER `tier`;
|
||||
Reference in New Issue
Block a user