product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where contributor_id = "CON_32ZJEE2D2ZGG"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_042GMTB65SZ0,CON_32ZJEE2D2ZGG,1 | The Playboy's office Romance PRD_042GMTB65SZ0 | Karen Toller Whittenburg CON_32ZJEE2D2ZGG | 1 | |
| PRD_1B9DPR9G7H7G,CON_32ZJEE2D2ZGG,1 | The Blacksheep's Arranged Marriage PRD_1B9DPR9G7H7G | Karen Toller Whittenburg CON_32ZJEE2D2ZGG | 1 | |
| PRD_2N80R3HHTH0G,CON_32ZJEE2D2ZGG,1 | The C.E.O.'s Unplanned Proposal PRD_2N80R3HHTH0G | Karen Toller Whittenburg CON_32ZJEE2D2ZGG | 1 | |
| PRD_3GRX1Z50AJR0,CON_32ZJEE2D2ZGG,1 | Million-Dollar Bride PRD_3GRX1Z50AJR0 | Karen Toller Whittenburg CON_32ZJEE2D2ZGG | 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);