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

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