mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-04 22:02:15 +02:00
changed file section
This commit is contained in:
6
database/migrations/316_hunting_ground_monster.sql
Normal file
6
database/migrations/316_hunting_ground_monster.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE IF NOT EXISTS HuntingGroundMonster (
|
||||
"HuntingGroundIndex" INTEGER NOT NULL,
|
||||
"MonsterIndex" INTEGER NOT NULL,
|
||||
FOREIGN KEY("HuntingGroundIndex") REFERENCES HuntingGroundInfo("Index") ON DELETE CASCADE,
|
||||
FOREIGN KEY("MonsterIndex") REFERENCES MonsterInfo("Index") ON DELETE CASCADE
|
||||
);
|
||||
Reference in New Issue
Block a user