Skip to content

Instantly share code, notes, and snippets.

@bryanjos
Created November 12, 2015 17:22
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 bryanjos/880c6640d88dea4f6388 to your computer and use it in GitHub Desktop.
Save bryanjos/880c6640d88dea4f6388 to your computer and use it in GitHub Desktop.
Geo Schema
schema "geographies" do
field :name, :string
field :geom, Geo.Point
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment