mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 04:16:46 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE bottimers (
|
||||
BotID int(10) unsigned NOT NULL default '0',
|
||||
TimerID int(10) unsigned NOT NULL default '0',
|
||||
Value int(10) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (BotID),
|
||||
CONSTRAINT FK_bottimers_1 FOREIGN KEY (BotID) REFERENCES bots (BotID)
|
||||
)
|
||||
Reference in New Issue
Block a user