Skip to content

Instantly share code, notes, and snippets.

@voltgister
Created February 4, 2016 17:06
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 voltgister/1270e602fe7571f7c22e to your computer and use it in GitHub Desktop.
Save voltgister/1270e602fe7571f7c22e to your computer and use it in GitHub Desktop.
create table devices (
id integer not null primary key,
location geography_point
);
insert into devices values (
0,
pointFromText('POINT(-122.0264 36.9719)')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment