mirror of
https://github.com/FAUSheppy/skillbird
synced 2025-12-06 06:51:34 +01:00
update db setup/instructions
This commit is contained in:
10
python/rounds.sqlite.init
Normal file
10
python/rounds.sqlite.init
Normal file
@@ -0,0 +1,10 @@
|
||||
create TABLE rounds (
|
||||
timestamp TEXT PRIMARY KEY,
|
||||
winners BLOB,
|
||||
losers BLOB,
|
||||
winnerSide INTEGER,
|
||||
map TEXT,
|
||||
duration REAL,
|
||||
prediction INTEGER,
|
||||
confidence REAL
|
||||
);
|
||||
Reference in New Issue
Block a user