Skip to content

Instantly share code, notes, and snippets.

@FCO

FCO/2.sql Secret

Created December 1, 2018 18:51
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/adab3a9d9e21857fe91da3cc6e1005b3 to your computer and use it in GitHub Desktop.
Save FCO/adab3a9d9e21857fe91da3cc6e1005b3 to your computer and use it in GitHub Desktop.
CREATE TABLE wishlist(
id integer NOT NULL primary key,
name varchar(255) NOT NULL,
link varchar(255) NULL,
wisher_id integer NULL references person(id)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment