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

5 lines
192 B

-- 社团合并
-- zmh
ALTER TABLE `guild_merge`
ADD COLUMN `notes` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '[]' COMMENT '历史拒绝' AFTER `create_time`;