product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_23V0YD76A8J0"
This data as json, CSV (advanced)
Suggested facets: role
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_23V0YD76A8J0,CON_0J08QKQ8ETH0,7 | Volume 3 PRD_23V0YD76A8J0 | Philip Christie CON_0J08QKQ8ETH0 | 7 | |
| PRD_23V0YD76A8J0,CON_1FCMT7MHFRTG,9 | Volume 3 PRD_23V0YD76A8J0 | Sarah Moon CON_1FCMT7MHFRTG | 9 | |
| PRD_23V0YD76A8J0,CON_1TYH0VVR6920,2 | Volume 3 PRD_23V0YD76A8J0 | Mitsuya Fuji CON_1TYH0VVR6920 | 2 | |
| PRD_23V0YD76A8J0,CON_1WC0G44FNP7G,2 | Volume 3 PRD_23V0YD76A8J0 | Kazusa Yoneda CON_1WC0G44FNP7G | 2 | |
| PRD_23V0YD76A8J0,CON_3V09Z7TFPQ70,11 | Volume 3 PRD_23V0YD76A8J0 | Mamecyoro CON_3V09Z7TFPQ70 | 11 |
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);