product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
9 rows where contributor_id = "CON_254DN4N86FEG"
This data as json, CSV (advanced)
Suggested facets: role
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_00G5H4Q77XP0,CON_254DN4N86FEG,0 | Volume 3 PRD_00G5H4Q77XP0 | Kayahara CON_254DN4N86FEG | 0 | |
| PRD_04H47CGE50G0,CON_254DN4N86FEG,2 | Guillotine Bride PRD_04H47CGE50G0 | Kayahara CON_254DN4N86FEG | 2 | |
| PRD_09YFAQVZVP1G,CON_254DN4N86FEG,2 | Volume 2 PRD_09YFAQVZVP1G | Kayahara CON_254DN4N86FEG | 2 | |
| PRD_0BJZVW9RFXNG,CON_254DN4N86FEG,2 | Volume 1 PRD_0BJZVW9RFXNG | Kayahara CON_254DN4N86FEG | 2 | |
| PRD_0KH1XB59444G,CON_254DN4N86FEG,2 | Volume 1 PRD_0KH1XB59444G | Kayahara CON_254DN4N86FEG | 2 | |
| PRD_1GQWQTV2PTJG,CON_254DN4N86FEG,0 | Volume 1 PRD_1GQWQTV2PTJG | Kayahara CON_254DN4N86FEG | 0 | |
| PRD_2ANE888YN9Q0,CON_254DN4N86FEG,2 | Volume 1 The Strongest Mercenary in History Is Reincarnated as an Unstoppable Noblewoman PRD_2ANE888YN9Q0 | Kayahara CON_254DN4N86FEG | 2 | |
| PRD_31P1PZXEGBM0,CON_254DN4N86FEG,0 | Volume 2 PRD_31P1PZXEGBM0 | Kayahara CON_254DN4N86FEG | 0 | |
| PRD_3CAAX3S6M03G,CON_254DN4N86FEG,2 | Volume 2 PRD_3CAAX3S6M03G | Kayahara CON_254DN4N86FEG | 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);