Skip to content

Instantly share code, notes, and snippets.

@FCO

FCO/1.sql Secret

Last active December 7, 2018 13:58
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 FCO/c2028b8984ae1d0e0c02a4a7ad65782e to your computer and use it in GitHub Desktop.
Save FCO/c2028b8984ae1d0e0c02a4a7ad65782e to your computer and use it in GitHub Desktop.
CREATE TABLE person(
id integer NOT NULL primary key AUTOINCREMENT,
name varchar(255) NOT NULL,
email varchar(255) NULL
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment