1
This commit is contained in:
parent
e510f32eba
commit
80b1ab295e
@ -115,7 +115,6 @@ CREATE TABLE `guild` (
|
|||||||
`owner_avatar_url` varchar(255) CHARACTER SET utf8 NOT NULL DEFAULT '' COMMENT '公会主头像',
|
`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_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_head` int(11) NOT NULL DEFAULT '0' COMMENT 'owner 头像框',
|
|
||||||
`owner_sex` 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_id` varchar(255) CHARACTER SET utf8 NOT NULL DEFAULT '' COMMENT '公会创建者id',
|
||||||
`creator_name` tinyblob COMMENT '公会创建者名字',
|
`creator_name` tinyblob COMMENT '公会创建者名字',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user