product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where contributor_id = "CON_099CTMD39CR0"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_117WRZR0VY40,CON_099CTMD39CR0,10 | Volume 12 PRD_117WRZR0VY40 | Shea Taylor CON_099CTMD39CR0 | 10 | |
| PRD_22KMYSRZEQQ0,CON_099CTMD39CR0,10 | Volume 13 PRD_22KMYSRZEQQ0 | Shea Taylor CON_099CTMD39CR0 | 10 | |
| PRD_33J1MWV8DXN0,CON_099CTMD39CR0,10 | Volume 14 PRD_33J1MWV8DXN0 | Shea Taylor CON_099CTMD39CR0 | 10 | |
| PRD_33X46F47RGD0,CON_099CTMD39CR0,10 | Volume 10 PRD_33X46F47RGD0 | Shea Taylor CON_099CTMD39CR0 | 10 | |
| PRD_37F4H8B5SYVG,CON_099CTMD39CR0,10 | Volume 11 PRD_37F4H8B5SYVG | Shea Taylor CON_099CTMD39CR0 | 10 | |
| PRD_3PY3HJWW8MD0,CON_099CTMD39CR0,10 | Volume 15 PRD_3PY3HJWW8MD0 | Shea Taylor CON_099CTMD39CR0 | 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);