Skip to content

Instantly share code, notes, and snippets.

@kljensen
Created January 23, 2018 16:32
Show Gist options
  • Save kljensen/a1e94da62772859156143d699d37d3bb to your computer and use it in GitHub Desktop.
Save kljensen/a1e94da62772859156143d699d37d3bb to your computer and use it in GitHub Desktop.
CREATE TABLE task (
id INTEGER PRIMARY KEY,
name TEXT,
completed INTEGER
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment