product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
7 rows where contributor_id = "CON_1WST1103CVGG"
This data as json, CSV (advanced)
Suggested facets: role
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_00XQXCXQWTG0,CON_1WST1103CVGG,1 | From Truant to Anime Screenwriter: My Path to “Anohana” and “The Anthem of the Heart” PRD_00XQXCXQWTG0 | Mari Okada CON_1WST1103CVGG | 1 | |
| PRD_127XFADBQSRG,CON_1WST1103CVGG,24 | Volume 5 PRD_127XFADBQSRG | Mari Okada CON_1WST1103CVGG | 24 | |
| PRD_1P29GV2BZHRG,CON_1WST1103CVGG,1 | Volume 4 PRD_1P29GV2BZHRG | Mari Okada CON_1WST1103CVGG | 1 | |
| PRD_21D35NEH9K90,CON_1WST1103CVGG,1 | maboroshi PRD_21D35NEH9K90 | Mari Okada CON_1WST1103CVGG | 1 | |
| PRD_249SZ9NYFCZG,CON_1WST1103CVGG,1 | Volume 2 PRD_249SZ9NYFCZG | Mari Okada CON_1WST1103CVGG | 1 | |
| PRD_300NMXT3C0PG,CON_1WST1103CVGG,1 | Volume 3 PRD_300NMXT3C0PG | Mari Okada CON_1WST1103CVGG | 1 | |
| PRD_3GQGJ44HAJHG,CON_1WST1103CVGG,1 | Volume 1 PRD_3GQGJ44HAJHG | Mari Okada CON_1WST1103CVGG | 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);