(database): Commented out foreign key constraints in init.sql
This commit is contained in:
parent
fb6566fac9
commit
f79dc43b39
1 changed files with 2 additions and 2 deletions
|
|
@ -29,6 +29,6 @@ CREATE TABLE IF NOT EXISTS tictactoe (
|
||||||
player2 TEXT NOT NULL,
|
player2 TEXT NOT NULL,
|
||||||
outcome TEXT NOT NULL,
|
outcome TEXT NOT NULL,
|
||||||
|
|
||||||
FOREIGN KEY(player1) REFERENCES user(id)
|
-- FOREIGN KEY(player1) REFERENCES user(id)
|
||||||
FOREIGN KEY(player2) REFERENCES user(id)
|
-- FOREIGN KEY(player2) REFERENCES user(id)
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue