源战役
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 rivejä
177 B

-- 增加字段
ALTER TABLE `guild`
ADD COLUMN `badges` varchar(5000) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '[]' COMMENT '徽章' AFTER `c_rename_time`;