mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 18:46:37 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE `adventure_template_entry_flavor` (
|
||||
`id` int(10) unsigned NOT NULL,
|
||||
`text` varchar(512) character set utf8 collate utf8_bin NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `id` (`id`),
|
||||
KEY `id_2` (`id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
Reference in New Issue
Block a user