product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where contributor_id = "CON_0X5V3C0ET6HG"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_06GPCMBPV82G,CON_0X5V3C0ET6HG,2 | Maid for the Single Dad PRD_06GPCMBPV82G | Rio Uino CON_0X5V3C0ET6HG | 2 | |
| PRD_14M5TCJ391AG,CON_0X5V3C0ET6HG,2 | The Kristallis Baby PRD_14M5TCJ391AG | Rio Uino CON_0X5V3C0ET6HG | 2 | |
| PRD_1Q9R58FMXJPG,CON_0X5V3C0ET6HG,2 | Night of Shame PRD_1Q9R58FMXJPG | Rio Uino CON_0X5V3C0ET6HG | 2 | |
| PRD_2G8BAQV2MKZ0,CON_0X5V3C0ET6HG,2 | The Kouvaris Marriage PRD_2G8BAQV2MKZ0 | Rio Uino CON_0X5V3C0ET6HG | 2 | |
| PRD_333MP94HJJ00,CON_0X5V3C0ET6HG,2 | The Billionaire Boss's Innocent Bride PRD_333MP94HJJ00 | Rio Uino CON_0X5V3C0ET6HG | 2 |
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);