product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where contributor_id = "CON_2SF25FY376S0"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_052NP62DGSW0,CON_2SF25FY376S0,2 | Bachelor Boss PRD_052NP62DGSW0 | MASARU URAKAWA CON_2SF25FY376S0 | 2 | |
| PRD_0G30ZP1JR92G,CON_2SF25FY376S0,2 | Illicit Night with the Greek PRD_0G30ZP1JR92G | MASARU URAKAWA CON_2SF25FY376S0 | 2 | |
| PRD_0M6PNJPW81AG,CON_2SF25FY376S0,2 | A Guilty Affair PRD_0M6PNJPW81AG | MASARU URAKAWA CON_2SF25FY376S0 | 2 | |
| PRD_0PPZ2RG4D4J0,CON_2SF25FY376S0,2 | The Blackstone Heir PRD_0PPZ2RG4D4J0 | MASARU URAKAWA CON_2SF25FY376S0 | 2 | |
| PRD_10CNK7RR6Y30,CON_2SF25FY376S0,2 | The Tycoon's Dating Deal PRD_10CNK7RR6Y30 | MASARU URAKAWA CON_2SF25FY376S0 | 2 | |
| PRD_2Q7TRRXBAENG,CON_2SF25FY376S0,2 | A Honeyed Seduction PRD_2Q7TRRXBAENG | MASARU URAKAWA CON_2SF25FY376S0 | 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);