BookWalker

home / database

labels

Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)

0 rows where geoblock_id = "GEO_1JG84XMCBM8G"

✎ View and edit SQL

This data as json

0 records

CREATE TABLE labels (
      id TEXT PRIMARY KEY,
      publisher_id TEXT NOT NULL,
      geoblock_id TEXT,
      name TEXT NOT NULL,
      aliases TEXT NOT NULL,
      FOREIGN KEY (publisher_id) REFERENCES publishers(id),
      FOREIGN KEY (geoblock_id) REFERENCES geoblocks(id)
    );
CREATE INDEX idx_labels_publisher ON labels(publisher_id);
CREATE INDEX idx_labels_geoblock ON labels(geoblock_id);
Powered by Datasette · Queries took 10.264ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS