product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
7 rows where contributor_id = "CON_18SY2GM31150"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_1YRYVYHKSKMG,CON_18SY2GM31150,1 | Volume 6 PRD_1YRYVYHKSKMG | Yuama CON_18SY2GM31150 | 1 | |
| PRD_29S0BCZANPCG,CON_18SY2GM31150,1 | Volume 4 PRD_29S0BCZANPCG | Yuama CON_18SY2GM31150 | 1 | |
| PRD_2MV17SV3SZY0,CON_18SY2GM31150,1 | Volume 3 PRD_2MV17SV3SZY0 | Yuama CON_18SY2GM31150 | 1 | |
| PRD_2XBGMS8NT6T0,CON_18SY2GM31150,1 | The Girl I Want is So Handsome! The Complete Manga Collection PRD_2XBGMS8NT6T0 | Yuama CON_18SY2GM31150 | 1 | |
| PRD_2XVX4B4KA8GG,CON_18SY2GM31150,1 | Volume 5 PRD_2XVX4B4KA8GG | Yuama CON_18SY2GM31150 | 1 | |
| PRD_2XX1WCKAAKF0,CON_18SY2GM31150,1 | Volume 2 PRD_2XX1WCKAAKF0 | Yuama CON_18SY2GM31150 | 1 | |
| PRD_3T9KDY37D9PG,CON_18SY2GM31150,1 | Volume 1 PRD_3T9KDY37D9PG | Yuama CON_18SY2GM31150 | 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);