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