Forked from rayrayzayzay/gist:7bee57b3f8ed5184a418f375bc7ee848
Created
October 3, 2024 20:18
-
-
Save cduruk/2ae5b6930b037261a2a681a1e1806d3d to your computer and use it in GitHub Desktop.
This file contains 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 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