源战役
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

4 行
256 B

-- tyl
alter table capsule_egg_data add column `lucky_score` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT '个人幸运值';
alter table capsule_egg_draw_log add column `color` tinyint(2) UNSIGNED NOT NULL DEFAULT 0 COMMENT '档位' after `reward_cfg_id`;