源战役
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
184 B

  1. -- tyl
  2. -- 社团竞速添加创建者字段
  3. ALTER TABLE `guild_race_rank` ADD COLUMN
  4. `create_id` BIGINT(20) unsigned NOT NULL DEFAULT '0' COMMENT '社团创建者' AFTER `old_live`;