geoblock_territories
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
16 rows where geoblock_id = "GEO_1Q329S88K9Q0"
This data as json, CSV (advanced)
Suggested facets: type
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE geoblock_territories (
geoblock_id TEXT NOT NULL,
territory TEXT NOT NULL,
type INTEGER NOT NULL,
PRIMARY KEY (geoblock_id, territory, type),
FOREIGN KEY (geoblock_id) REFERENCES geoblocks(id)
);
CREATE INDEX idx_geoblock_territories_geoblock ON geoblock_territories(geoblock_id);