BookWalker

home / database

product_contributors

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

7 rows where contributor_id = "CON_150SC2H0VPV0"

✎ View and edit SQL

This data as json, CSV (advanced)

Link product_id contributor_id role name_override
PRD_06AJQGHCB4AG,CON_150SC2H0VPV0,2 Volume 5 PRD_06AJQGHCB4AG Blue Blue Canna CON_150SC2H0VPV0 2  
PRD_0KR28BM70QR0,CON_150SC2H0VPV0,2 Volume 2 PRD_0KR28BM70QR0 Blue Blue Canna CON_150SC2H0VPV0 2  
PRD_1H7AWJPC4Y9G,CON_150SC2H0VPV0,2 Volume 7 PRD_1H7AWJPC4Y9G Blue Blue Canna CON_150SC2H0VPV0 2  
PRD_1T09W3JGBJ5G,CON_150SC2H0VPV0,2 Volume 6 PRD_1T09W3JGBJ5G Blue Blue Canna CON_150SC2H0VPV0 2  
PRD_1WNSF38MG8QG,CON_150SC2H0VPV0,2 Volume 4 PRD_1WNSF38MG8QG Blue Blue Canna CON_150SC2H0VPV0 2  
PRD_2W24V42EY5Z0,CON_150SC2H0VPV0,2 Volume 1 PRD_2W24V42EY5Z0 Blue Blue Canna CON_150SC2H0VPV0 2  
PRD_3XGFE0H3W0SG,CON_150SC2H0VPV0,2 Volume 3 PRD_3XGFE0H3W0SG Blue Blue Canna CON_150SC2H0VPV0 2  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE product_contributors (
      product_id TEXT NOT NULL,
      contributor_id TEXT NOT NULL,
      role INTEGER NOT NULL,
      name_override TEXT,
      PRIMARY KEY (product_id, contributor_id, role),
      FOREIGN KEY (product_id) REFERENCES products(id),
      FOREIGN KEY (contributor_id) REFERENCES contributors(id)
    );
CREATE INDEX idx_product_contributors_contributor ON product_contributors(contributor_id);
Powered by Datasette · Queries took 10.103ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS