-- 从奖励配置表移除权重字段,权重改由 dice_reward 表管理(区分顺时针/逆时针) ALTER TABLE `dice_reward_config` DROP COLUMN IF EXISTS `weight`;