product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where product_id = "PRD_1P3KSQ89QN30"
This data as json, CSV (advanced)
Suggested facets: role
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_1P3KSQ89QN30,CON_00VFAJHJP4BG,10 | Volume 3 PRD_1P3KSQ89QN30 | Brina Palencia CON_00VFAJHJP4BG | 10 | |
| PRD_1P3KSQ89QN30,CON_08EBRTXA0H8G,1 | Volume 3 PRD_1P3KSQ89QN30 | Isuna Hasekura CON_08EBRTXA0H8G | 1 | |
| PRD_1P3KSQ89QN30,CON_1ZTPVTQDR2T0,0 | Volume 3 PRD_1P3KSQ89QN30 | Paul Starr CON_1ZTPVTQDR2T0 | 0 | |
| PRD_1P3KSQ89QN30,CON_3MQ4J4N65WGG,10 | Volume 3 PRD_1P3KSQ89QN30 | J. Michael Tatum CON_3MQ4J4N65WGG | 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);