From 80b1ab295e6990bca6200fd10a9e1058303d0555 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 25 Mar 2022 16:16:45 +0800 Subject: [PATCH] 1 --- sql/relationdb_n.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/relationdb_n.sql b/sql/relationdb_n.sql index acd519a..cd33524 100644 --- a/sql/relationdb_n.sql +++ b/sql/relationdb_n.sql @@ -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 '公会创建者名字',