-- tyl
-- 宠物副本排行榜修改
alter table dun_pet_rank add column `old_score` INT(11) UNSIGNED NOT NULL DEFAULT '0' COMMENT '昨日积分' after `reach_time`;