product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
8 rows where contributor_id = "CON_160FYT5EE050"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_0HAAVNQQ8BVG,CON_160FYT5EE050,1 | Enticed by His Forgotten Lover PRD_0HAAVNQQ8BVG | Maya Banks CON_160FYT5EE050 | 1 | |
| PRD_0JNT82TDCCMG,CON_160FYT5EE050,1 | Wanted by Her Lost Love PRD_0JNT82TDCCMG | Maya Banks CON_160FYT5EE050 | 1 | |
| PRD_0X27YXX64P60,CON_160FYT5EE050,1 | The Tycoon's Rebel Bride PRD_0X27YXX64P60 | Maya Banks CON_160FYT5EE050 | 1 | |
| PRD_13V5NSHYNMZ0,CON_160FYT5EE050,1 | Billionaire's Contract Engagement PRD_13V5NSHYNMZ0 | Maya Banks CON_160FYT5EE050 | 1 | |
| PRD_1KCRBTZYH70G,CON_160FYT5EE050,1 | The Tycoon's Pregnant Mistress PRD_1KCRBTZYH70G | Maya Banks CON_160FYT5EE050 | 1 | |
| PRD_2FGMY56T7GQ0,CON_160FYT5EE050,1 | Undone by Her Tender Touch PRD_2FGMY56T7GQ0 | Maya Banks CON_160FYT5EE050 | 1 | |
| PRD_3GQB4AJHY59G,CON_160FYT5EE050,1 | The Tycoon's Secret Affair PRD_3GQB4AJHY59G | Maya Banks CON_160FYT5EE050 | 1 | |
| PRD_3JNCHDJ4CZB0,CON_160FYT5EE050,1 | Tempted by Her Innocent Kiss PRD_3JNCHDJ4CZB0 | Maya Banks CON_160FYT5EE050 | 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);