-
-
Save osipov/3f04e11135b7ebd2e130cfde56ab0cd0 to your computer and use it in GitHub Desktop.
create sample address table
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 "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