product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2F7VG8J54V10"
This data as json, CSV (advanced)
Suggested facets: role
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_2F7VG8J54V10,CON_03HZJ62B3CEG,7 | Volume 11 PRD_2F7VG8J54V10 | Winster CON_03HZJ62B3CEG | 7 | |
| PRD_2F7VG8J54V10,CON_1842MRMHFN30,2 | Volume 11 PRD_2F7VG8J54V10 | Yasumo CON_1842MRMHFN30 | 2 | |
| PRD_2F7VG8J54V10,CON_1NHCK9M36TFG,0 | Volume 11 PRD_2F7VG8J54V10 | Dale DeLucia CON_1NHCK9M36TFG | 0 | |
| PRD_2F7VG8J54V10,CON_28WF04YDGHM0,2 | Volume 11 PRD_2F7VG8J54V10 | Masahiro Ikeno CON_28WF04YDGHM0 | 2 | |
| PRD_2F7VG8J54V10,CON_2ZGHQRER76PG,1 | Volume 11 PRD_2F7VG8J54V10 | Zappon CON_2ZGHQRER76PG | 1 |
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);