product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
7 rows where contributor_id = "CON_21AET17A7VP0"
This data as json, CSV (advanced)
Suggested facets: role
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_009DH1Y94GT0,CON_21AET17A7VP0,24 | Volume 6 PRD_009DH1Y94GT0 | Toki Sunazuka CON_21AET17A7VP0 | 24 | |
| PRD_0BFT4N1KB21G,CON_21AET17A7VP0,1 | Volume 2 PRD_0BFT4N1KB21G | Toki Sunazuka CON_21AET17A7VP0 | 1 | |
| PRD_0DM3ER0FN9D0,CON_21AET17A7VP0,1 | Volume 4 PRD_0DM3ER0FN9D0 | Toki Sunazuka CON_21AET17A7VP0 | 1 | |
| PRD_164BHHJHHKQG,CON_21AET17A7VP0,1 | Volume 1 PRD_164BHHJHHKQG | Toki Sunazuka CON_21AET17A7VP0 | 1 | |
| PRD_28Y5RSR76R40,CON_21AET17A7VP0,24 | Volume 5 PRD_28Y5RSR76R40 | Toki Sunazuka CON_21AET17A7VP0 | 24 | |
| PRD_2TSGRJ3VG030,CON_21AET17A7VP0,24 | Volume 7 PRD_2TSGRJ3VG030 | Toki Sunazuka CON_21AET17A7VP0 | 24 | |
| PRD_39J443HAFW10,CON_21AET17A7VP0,1 | Volume 3 PRD_39J443HAFW10 | Toki Sunazuka CON_21AET17A7VP0 | 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);