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

8 lines
282 B

  1. ALTER TABLE `guild`
  2. ADD COLUMN `arrears` int(11) NOT NULL DEFAULT 0 COMMENT '拖欠次数' AFTER `funds`;
  3. -- 附能寻宝增加字段
  4. -- hh
  5. ALTER TABLE `role_marble`
  6. ADD COLUMN `fixed_rewards` varchar(255) NOT NULL DEFAULT '[]' COMMENT '保底奖励' AFTER `energy_rewards`;