源战役
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

4 lines
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`;