ALTER TABLE `dice_reward_config` ADD COLUMN `ui_text_en` varchar(255) NOT NULL DEFAULT '' COMMENT '前端显示文本(英文)' AFTER `ui_text`;