Created
January 23, 2018 16:32
-
-
Save kljensen/a1e94da62772859156143d699d37d3bb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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