product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where contributor_id = "CON_3MSEMN5G8PWG"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_14QC6Q3R33SG,CON_3MSEMN5G8PWG,1 | About Last Night... PRD_14QC6Q3R33SG | Michele Dunaway CON_3MSEMN5G8PWG | 1 | |
| PRD_1H2MH0TYWMDG,CON_3MSEMN5G8PWG,1 | Nine Months' Notice PRD_1H2MH0TYWMDG | Michele Dunaway CON_3MSEMN5G8PWG | 1 | |
| PRD_2P5Y8Z94KTCG,CON_3MSEMN5G8PWG,1 | A Little office Romance PRD_2P5Y8Z94KTCG | Michele Dunaway CON_3MSEMN5G8PWG | 1 | |
| PRD_3F3QH3X2YEHG,CON_3MSEMN5G8PWG,1 | The Wedding Secret PRD_3F3QH3X2YEHG | Michele Dunaway CON_3MSEMN5G8PWG | 1 | |
| PRD_3W4091NFRT20,CON_3MSEMN5G8PWG,1 | The Marriage Campaign PRD_3W4091NFRT20 | Michele Dunaway CON_3MSEMN5G8PWG | 1 |
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);