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:
toms
2006-08-10 13:11:06 +00:00
parent 6460e4987b
commit c0f0a50c79
2 changed files with 3 additions and 1 deletions

View File

@@ -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`),