virts_geometry_columns
Data license: CC Attribution 4.0 License · Data source: simonw/cryptozoology
0 rows where srid = 2176
This data as json
0 records
CREATE TABLE virts_geometry_columns ( virt_name TEXT NOT NULL, virt_geometry TEXT NOT NULL, geometry_type INTEGER NOT NULL, coord_dimension INTEGER NOT NULL, srid INTEGER NOT NULL, CONSTRAINT pk_geom_cols_virts PRIMARY KEY (virt_name, virt_geometry), CONSTRAINT fk_vgc_srid FOREIGN KEY (srid) REFERENCES spatial_ref_sys (srid)); CREATE INDEX idx_virtssrid ON virts_geometry_columns (srid);