Created
September 20, 2024 18:07
-
-
Save rayrayzayzay/7bee57b3f8ed5184a418f375bc7ee848 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