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

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