product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
8 rows where contributor_id = "CON_32JMSEA62YRG"
This data as json, CSV (advanced)
Suggested facets: role
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_044FV1HYG140,CON_32JMSEA62YRG,1 | Volume 2 PRD_044FV1HYG140 | BONES CON_32JMSEA62YRG | 1 | |
| PRD_0C7Q8H8159F0,CON_32JMSEA62YRG,17 | Volume 2 PRD_0C7Q8H8159F0 | BONES CON_32JMSEA62YRG | 17 | |
| PRD_0H5YB25CK6T0,CON_32JMSEA62YRG,1 | Volume 1 PRD_0H5YB25CK6T0 | BONES CON_32JMSEA62YRG | 1 | |
| PRD_0MCNNC35QYBG,CON_32JMSEA62YRG,20 | Volume 1 PRD_0MCNNC35QYBG | BONES CON_32JMSEA62YRG | 20 | |
| PRD_1ZBQAQRZRS0G,CON_32JMSEA62YRG,11 | Volume 3 PRD_1ZBQAQRZRS0G | BONES CON_32JMSEA62YRG | 11 | |
| PRD_3MZG8FNPY130,CON_32JMSEA62YRG,11 | Volume 2 PRD_3MZG8FNPY130 | BONES CON_32JMSEA62YRG | 11 | |
| PRD_3TEHAJ9B6QV0,CON_32JMSEA62YRG,1 | Volume 1 PRD_3TEHAJ9B6QV0 | BONES CON_32JMSEA62YRG | 1 | |
| PRD_3TEJFM9BQ0AG,CON_32JMSEA62YRG,11 | Volume 1 PRD_3TEJFM9BQ0AG | BONES CON_32JMSEA62YRG | 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);