product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where contributor_id = "CON_27CCS0CPKAFG"
This data as json, CSV (advanced)
Suggested facets: role
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_03TTYDXCTG90,CON_27CCS0CPKAFG,24 | Volume 4 PRD_03TTYDXCTG90 | Hiro Kiyohara CON_27CCS0CPKAFG | 24 | |
| PRD_0B0CHNF9R18G,CON_27CCS0CPKAFG,24 | Volume 1 PRD_0B0CHNF9R18G | Hiro Kiyohara CON_27CCS0CPKAFG | 24 | |
| PRD_0SAJB0SYHYY0,CON_27CCS0CPKAFG,24 | Volume 3 PRD_0SAJB0SYHYY0 | Hiro Kiyohara CON_27CCS0CPKAFG | 24 | |
| PRD_1THVW45J58KG,CON_27CCS0CPKAFG,2 | Another PRD_1THVW45J58KG | Hiro Kiyohara CON_27CCS0CPKAFG | 2 | |
| PRD_2QZ1QEV63MCG,CON_27CCS0CPKAFG,24 | Volume 2 PRD_2QZ1QEV63MCG | Hiro Kiyohara CON_27CCS0CPKAFG | 24 |
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);