7 lines
112 B
MySQL
7 lines
112 B
MySQL
![]() |
CREATE TABLE game_instances (
|
||
|
id text,
|
||
|
game_id text,
|
||
|
cart_data text,
|
||
|
created_at time,
|
||
|
is_official boolean
|
||
|
)
|