product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where contributor_id = "CON_2Q3D2EB37B20"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_0YMT954TE0J0,CON_2Q3D2EB37B20,1 | Disney Manga: Fairies - Tinker Bell's Secret PRD_0YMT954TE0J0 | Haruhi Kato CON_2Q3D2EB37B20 | 1 | |
| PRD_23JXD2H18E0G,CON_2Q3D2EB37B20,1 | Disney Manga: Fairies - Rani and the Mermaid Lagoon PRD_23JXD2H18E0G | Haruhi Kato CON_2Q3D2EB37B20 | 1 | |
| PRD_2RFKGWNN002G,CON_2Q3D2EB37B20,1 | Disney Manga: Fairies - Vidia and the Fairy Crown PRD_2RFKGWNN002G | Haruhi Kato CON_2Q3D2EB37B20 | 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);