My database schema
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sqlite> CREATE TABLE Game(id INTEGER PRIMARY KEY); | |
| sqlite> CREATE TABLE Move(id INTEGER PRIMARY KEY, game_id INTEGER, seq INTEGER, details_json TEXT); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment