Skip to content

Instantly share code, notes, and snippets.

@masak
Created March 28, 2016 08:53
Show Gist options
  • Save masak/b357e469b40403672839 to your computer and use it in GitHub Desktop.
Save masak/b357e469b40403672839 to your computer and use it in GitHub Desktop.
My database schema
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