SQL/Structure: Allow 20 character guild names.

This commit is contained in:
runningnak3d
2011-05-06 00:32:26 -04:00
parent 6fffcb6890
commit 3acbd2aaf6
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `guild_rank` CHANGE `rname` `rname` VARCHAR(20) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT '' NOT NULL;