Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cduruk/2ae5b6930b037261a2a681a1e1806d3d to your computer and use it in GitHub Desktop.
Save cduruk/2ae5b6930b037261a2a681a1e1806d3d to your computer and use it in GitHub Desktop.
CREATE TABLE cities (
id SERIAL PRIMARY KEY,
name VARCHAR(100),
geom GEOMETRY(Point, 4326)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment