Files
dafuweng-saiadmin6.x/server/db/dice_reward_config_add_weight.sql
2026-04-28 10:24:01 +08:00

4 lines
250 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- 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`;