This commit is contained in:
aozhiwei 2020-10-14 18:49:13 +08:00
parent fff13d3554
commit f4043fdfd1

View File

@ -93,7 +93,7 @@ CREATE TABLE `guild` (
`channel` int(11) NOT NULL DEFAULT '0' COMMENT 'channel', `channel` int(11) NOT NULL DEFAULT '0' COMMENT 'channel',
`guild_id` bigint NOT NULL COMMENT '公会id', `guild_id` bigint NOT NULL COMMENT '公会id',
`guild_name` tinyblob COMMENT 'guild_name base64', `guild_name` tinyblob COMMENT 'guild_name base64',
`guild_name_base64` varchar(128) CHARACTER SET utf8 NOT NULL DEFAULT '' COMMENT 'guild_name base64'; `guild_name_base64` varchar(128) CHARACTER SET utf8 NOT NULL DEFAULT '' COMMENT 'guild_name base64',
`guild_lv` int(11) NOT NULL DEFAULT '0' COMMENT '公会等级', `guild_lv` int(11) NOT NULL DEFAULT '0' COMMENT '公会等级',
`guild_exp` double NOT NULL DEFAULT '0' COMMENT '公会经验', `guild_exp` double NOT NULL DEFAULT '0' COMMENT '公会经验',
`guild_badge` int(11) NOT NULL DEFAULT '0' COMMENT '公会徽章', `guild_badge` int(11) NOT NULL DEFAULT '0' COMMENT '公会徽章',