product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where contributor_id = "CON_3CPEESR12XC0"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_19NP00PKKDVG,CON_3CPEESR12XC0,1 | Reckless Engagement PRD_19NP00PKKDVG | DAPHNE CLAIR CON_3CPEESR12XC0 | 1 | |
| PRD_2CV0ZGDYV94G,CON_3CPEESR12XC0,1 | Salzano's Captive Bride PRD_2CV0ZGDYV94G | DAPHNE CLAIR CON_3CPEESR12XC0 | 1 | |
| PRD_2H1DXTMJJAHG,CON_3CPEESR12XC0,1 | The Brunellesci Baby PRD_2H1DXTMJJAHG | DAPHNE CLAIR CON_3CPEESR12XC0 | 1 | |
| PRD_2JYNA9DJP5V0,CON_3CPEESR12XC0,1 | Wife to a Stranger PRD_2JYNA9DJP5V0 | DAPHNE CLAIR CON_3CPEESR12XC0 | 1 | |
| PRD_2NR2BTQ85PAG,CON_3CPEESR12XC0,1 | The Marriage Debt PRD_2NR2BTQ85PAG | DAPHNE CLAIR CON_3CPEESR12XC0 | 1 | |
| PRD_3E449BHFA8E0,CON_3CPEESR12XC0,1 | Makeshift Marriage PRD_3E449BHFA8E0 | DAPHNE CLAIR CON_3CPEESR12XC0 | 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);