修改域名为h55555game.top
This commit is contained in:
6
server/db/dice_reward_config_add_bigwin_weight.sql
Normal file
6
server/db/dice_reward_config_add_bigwin_weight.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- 奖励配置表增加 weight 字段:仅 tier=BIGWIN 时使用,0-10000,10000=100% 中大奖
|
||||
-- 若之前执行过 dice_reward_config_drop_weight.sql 已删除该列,需执行本脚本恢复
|
||||
-- 若表已有 weight 列会报错,可忽略
|
||||
|
||||
ALTER TABLE `dice_reward_config`
|
||||
ADD COLUMN `weight` int unsigned NOT NULL DEFAULT 10000 COMMENT 'BIGWIN 大奖权重 0-10000,10000=100%' AFTER `tier`;
|
||||
Reference in New Issue
Block a user