1
Fork 0

wtf did i do

This commit is contained in:
Steffo 2024-11-28 09:36:45 +01:00
parent 5b1bf64a52
commit 0e88e401d0
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
2 changed files with 0 additions and 4 deletions

0
.idea/dataSources.xml Normal file
View file

View file

@ -9,7 +9,3 @@ CREATE TABLE games (
CONSTRAINT not_self CHECK (p1 != p2),
CONSTRAINT acceptable_result CHECK (p1result = 'W' OR p1result = 'T' OR p1result = 'L')
);
CREATE TABLE players (
name
)