BookWalker

home / database

product_contributors

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

4 rows where product_id = "PRD_34YDC2W53DC0"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: role

Link product_id contributor_id role name_override
PRD_34YDC2W53DC0,CON_0YRTP1YF0EC0,11 Chapter 15: Tofu Steak PRD_34YDC2W53DC0 Junpei Inuzuka CON_0YRTP1YF0EC0 11  
PRD_34YDC2W53DC0,CON_2FVRVP40S990,2 Chapter 15: Tofu Steak PRD_34YDC2W53DC0 Yamizawa CON_2FVRVP40S990 2  
PRD_34YDC2W53DC0,CON_3J19FG5G8AM0,12 Chapter 15: Tofu Steak PRD_34YDC2W53DC0 Katsumi Enami CON_3J19FG5G8AM0 12  
PRD_34YDC2W53DC0,CON_3K676NYBPTWG,2 Chapter 15: Tofu Steak PRD_34YDC2W53DC0 Morozawa CON_3K676NYBPTWG 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.197ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS