Created
October 6, 2021 18:27
-
-
Save afcotroneo/12795a04287e49cc3800d8c56bbad7c4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 SFFind_Neighborhoods ( | |
LINK TEXT ENCODING DICT(32, | |
the_geom GEOMETRY(POLYGON, 4326) ENCODING COMPRESSED(32), | |
name TEXT ENCODING DICT(32) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment