You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- -- ljy
- -- 日志表删除字段
- alter table `log_god_lottery` drop column `pool_type`;
- -- 删除唤神普通抽奖
- drop table if exists god_normal_lottery;
-
- -- tyl
- -- 龙神宝库修改0档动态权重
- ALTER TABLE capsule_egg_data ADD COLUMN `top_lucky_score` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `lucky_score`;
|