game state db

master
j 2024-03-26 22:54:15 -04:00
parent f5698d37e1
commit 5e898fe8ce
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
CREATE TABLE IF NOT EXISTS gameState (
authorId INTEGER PRIMARY KEY,
data TEXT NOT NULL
);