product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where contributor_id = "CON_223HWK1ZN430"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_07ZMKNN4X0VG,CON_223HWK1ZN430,10 | Volume 3 The Untold Origins of the Detective Agency PRD_07ZMKNN4X0VG | Patrick Seitz CON_223HWK1ZN430 | 10 | |
| PRD_092P8VGH5ESG,CON_223HWK1ZN430,10 | Volume 2 Osamu Dazai and the Dark Era PRD_092P8VGH5ESG | Patrick Seitz CON_223HWK1ZN430 | 10 | |
| PRD_124Y87W8RXFG,CON_223HWK1ZN430,10 | Volume 1 Osamu Dazai's Entrance Exam PRD_124Y87W8RXFG | Patrick Seitz CON_223HWK1ZN430 | 10 | |
| PRD_3KR9CRXRFC80,CON_223HWK1ZN430,10 | Volume 4 55 Minutes PRD_3KR9CRXRFC80 | Patrick Seitz CON_223HWK1ZN430 | 10 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);