wtf did i do
This commit is contained in:
parent
5b1bf64a52
commit
0e88e401d0
2 changed files with 0 additions and 4 deletions
0
.idea/dataSources.xml
Normal file
0
.idea/dataSources.xml
Normal file
|
@ -9,7 +9,3 @@ CREATE TABLE games (
|
||||||
CONSTRAINT not_self CHECK (p1 != p2),
|
CONSTRAINT not_self CHECK (p1 != p2),
|
||||||
CONSTRAINT acceptable_result CHECK (p1result = 'W' OR p1result = 'T' OR p1result = 'L')
|
CONSTRAINT acceptable_result CHECK (p1result = 'W' OR p1result = 'T' OR p1result = 'L')
|
||||||
);
|
);
|
||||||
|
|
||||||
CREATE TABLE players (
|
|
||||||
name
|
|
||||||
)
|
|
Loading…
Reference in a new issue