mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 00:06:36 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
DROP TABLE IF EXISTS `saylink`;
|
||||
CREATE TABLE `saylink` (
|
||||
`id` int(10) NOT NULL auto_increment,
|
||||
`phrase` varchar(64) NOT NULL default '',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;
|
||||
Reference in New Issue
Block a user