源战役
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.

7 lines
251 B

  1. -- tyl
  2. -- 宠物副本排行榜修改
  3. alter table dun_pet_rank add column `status` TINYINT(2) UNSIGNED NOT NULL DEFAULT '0' COMMENT '日奖励领取状态';
  4. -- huangyongxing
  5. -- 删除废弃字段
  6. ALTER TABLE `player_login` DROP COLUMN `logout_time`;