home / cryptids

Menu
  • GraphQL API
  • Log in

geometry_columns

Data license: CC Attribution 4.0 License · Data source: simonw/cryptozoology

0 rows where srid = 2091

This data as json

0 records

CREATE TABLE geometry_columns (
f_table_name TEXT NOT NULL,
f_geometry_column TEXT NOT NULL,
geometry_type INTEGER NOT NULL,
coord_dimension INTEGER NOT NULL,
srid INTEGER NOT NULL,
spatial_index_enabled INTEGER NOT NULL,
CONSTRAINT pk_geom_cols PRIMARY KEY (f_table_name, f_geometry_column),
CONSTRAINT fk_gc_srs FOREIGN KEY (srid) REFERENCES spatial_ref_sys (srid),
CONSTRAINT ck_gc_rtree CHECK (spatial_index_enabled IN (0,1,2)));
CREATE INDEX idx_srid_geocols ON geometry_columns
(srid) ;
Powered by Datasette · Queries took 9.632ms · Data license: CC Attribution 4.0 License · Data source: simonw/cryptozoology