Created
November 22, 2016 01:22
-
-
Save tricker/f572162cf3b1753ecc2dc976f95526f4 to your computer and use it in GitHub Desktop.
geo psql create
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 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