mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 19:56:38 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE botstances (
|
||||
BotID int(10) unsigned NOT NULL default '0',
|
||||
StanceID tinyint unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (BotID),
|
||||
CONSTRAINT FK_botstances_1 FOREIGN KEY (BotID) REFERENCES bots (BotID)
|
||||
);
|
||||
Reference in New Issue
Block a user