product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where contributor_id = "CON_210MA9Q6C140"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_003Z6Z27RZMG,CON_210MA9Q6C140,1 | Holiday Confessions PRD_003Z6Z27RZMG | ANNE MARIE WINSTON CON_210MA9Q6C140 | 1 | |
| PRD_08R713VFZHX0,CON_210MA9Q6C140,1 | Lover's Reunion PRD_08R713VFZHX0 | ANNE MARIE WINSTON CON_210MA9Q6C140 | 1 | |
| PRD_0PT1YDATSG0G,CON_210MA9Q6C140,1 | Risque Business PRD_0PT1YDATSG0G | ANNE MARIE WINSTON CON_210MA9Q6C140 | 1 | |
| PRD_0QGVJG4B7QV0,CON_210MA9Q6C140,1 | The Marriage Ultimatum PRD_0QGVJG4B7QV0 | ANNE MARIE WINSTON CON_210MA9Q6C140 | 1 | |
| PRD_2QM3FB7FX8X0,CON_210MA9Q6C140,1 | Billionaire Bachelors: Stone PRD_2QM3FB7FX8X0 | ANNE MARIE WINSTON CON_210MA9Q6C140 | 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);