Skip to content

Instantly share code, notes, and snippets.

@tricker
Created November 22, 2016 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tricker/f572162cf3b1753ecc2dc976f95526f4 to your computer and use it in GitHub Desktop.
Save tricker/f572162cf3b1753ecc2dc976f95526f4 to your computer and use it in GitHub Desktop.
geo psql create
CREATE TABLE city
(name varchar (35),
country varchar (35),
pop real,
capital boolean,
shape char(15),
primary key (name))
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment