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