Skip to content

Instantly share code, notes, and snippets.

@osipov
Created June 3, 2016 16:18
Show Gist options
  • Save osipov/3f04e11135b7ebd2e130cfde56ab0cd0 to your computer and use it in GitHub Desktop.
Save osipov/3f04e11135b7ebd2e130cfde56ab0cd0 to your computer and use it in GitHub Desktop.
create sample address table
CREATE TABLE "address" ("address" "text", "city" "text", "state" "text", "postalCode" "text", "country" "text", "lat" "float", "lon" "float");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment