Skip to content

Instantly share code, notes, and snippets.

@rayrayzayzay
Created September 20, 2024 18:07
Show Gist options
  • Save rayrayzayzay/7bee57b3f8ed5184a418f375bc7ee848 to your computer and use it in GitHub Desktop.
Save rayrayzayzay/7bee57b3f8ed5184a418f375bc7ee848 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