Fixed syntax error in 'guild' create table statement
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8228 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -153,7 +153,7 @@ CREATE TABLE `guild` (
|
||||
`mes2` varchar(120) NOT NULL default '',
|
||||
`emblem_len` int(11) unsigned NOT NULL default '0',
|
||||
`emblem_id` int(11) unsigned NOT NULL default '0',
|
||||
`emblem_data` blob ALLOW NULL default NULL,
|
||||
`emblem_data` blob NULL default NULL,
|
||||
PRIMARY KEY (`guild_id`,`char_id`),
|
||||
UNIQUE KEY `guild_id` (`guild_id`),
|
||||
KEY `char_id` (`char_id`),
|
||||
|
||||
Reference in New Issue
Block a user