This commit is contained in:
aozhiwei 2022-03-25 16:16:45 +08:00
parent e510f32eba
commit 80b1ab295e

View File

@ -115,7 +115,6 @@ CREATE TABLE `guild` (
`owner_avatar_url` varchar(255) CHARACTER SET utf8 NOT NULL DEFAULT '' COMMENT '公会主头像',
`owner_vip_lv` int(11) NOT NULL DEFAULT '0' COMMENT 'owner vip等级',
`owner_head` int(11) NOT NULL DEFAULT '0' COMMENT 'owner 头像框',
`owner_head` int(11) NOT NULL DEFAULT '0' COMMENT 'owner 头像框',
`owner_sex` int(11) NOT NULL DEFAULT '0' COMMENT 'owner 性别',
`creator_id` varchar(255) CHARACTER SET utf8 NOT NULL DEFAULT '' COMMENT '公会创建者id',
`creator_name` tinyblob COMMENT '公会创建者名字',