migrations

This commit is contained in:
dylan
2023-10-31 20:31:17 -07:00
parent c55a9e8b98
commit 334c09df7c
5 changed files with 19 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
CREATE TABLE game_instances (
id text,
game_id text,
cart_data text,
created_at time,
is_official boolean
)