-- 放置经验增加字段
ALTER TABLE `role_exp_dun_drop`
ADD COLUMN `fast_hook_time` int(11) UNSIGNED NOT NULL COMMENT '快速挂机最近领取时间' AFTER `start_time`;