Skip to content

Instantly share code, notes, and snippets.

@masak
Created March 28, 2016 08:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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