product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
8 rows where contributor_id = "CON_08FF28Q1XSB0"
This data as json, CSV (advanced)
Suggested facets: role
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_087HT6YZ8VW0,CON_08FF28Q1XSB0,0 | Volume 4 PRD_087HT6YZ8VW0 | Abby Lehrke CON_08FF28Q1XSB0 | 0 | |
| PRD_0K9RGTX9D5E0,CON_08FF28Q1XSB0,9 | Volume 2 PRD_0K9RGTX9D5E0 | Abby Lehrke CON_08FF28Q1XSB0 | 9 | |
| PRD_1YHKBW6NCQHG,CON_08FF28Q1XSB0,0 | Volume 5 PRD_1YHKBW6NCQHG | Abby Lehrke CON_08FF28Q1XSB0 | 0 | |
| PRD_2CSM7XW02JQG,CON_08FF28Q1XSB0,9 | Volume 1 PRD_2CSM7XW02JQG | Abby Lehrke CON_08FF28Q1XSB0 | 9 | |
| PRD_2WMFYSNXD4DG,CON_08FF28Q1XSB0,0 | Volume 2 PRD_2WMFYSNXD4DG | Abby Lehrke CON_08FF28Q1XSB0 | 0 | |
| PRD_31MNYBFQVK70,CON_08FF28Q1XSB0,0 | Volume 1 PRD_31MNYBFQVK70 | Abby Lehrke CON_08FF28Q1XSB0 | 0 | |
| PRD_3SW2JX9BW8KG,CON_08FF28Q1XSB0,0 | Volume 3 PRD_3SW2JX9BW8KG | Abby Lehrke CON_08FF28Q1XSB0 | 0 | |
| PRD_3ZAN8EWB3K30,CON_08FF28Q1XSB0,0 | Volume 1 PRD_3ZAN8EWB3K30 | Abby Lehrke CON_08FF28Q1XSB0 | 0 |
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);