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

4 lines
177 B

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