product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where product_id = "PRD_007MDRKQSYXG"
This data as json, CSV (advanced)
Suggested facets: role
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_007MDRKQSYXG,CON_0MHGSBDET430,0 | Volume 3 PRD_007MDRKQSYXG | Karie Shipley CON_0MHGSBDET430 | 0 | |
| PRD_007MDRKQSYXG,CON_1RXZ4B7HK9PG,0 | Volume 3 PRD_007MDRKQSYXG | Krista Shipley CON_1RXZ4B7HK9PG | 0 | |
| PRD_007MDRKQSYXG,CON_2PVBP066GMNG,7 | Volume 3 PRD_007MDRKQSYXG | Lys Blakeslee CON_2PVBP066GMNG | 7 | |
| PRD_007MDRKQSYXG,CON_3155YBK72JHG,17 | Volume 3 PRD_007MDRKQSYXG | Nico Tanigawa CON_3155YBK72JHG | 17 |
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);