product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where contributor_id = "CON_2WP99P3B73Q0"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_0H1N4C63MRPG,CON_2WP99P3B73Q0,1 | Volume 5 Lufre Dragonlands Arc PRD_0H1N4C63MRPG | arukuhito CON_2WP99P3B73Q0 | 1 | |
| PRD_11TGSHVA5YVG,CON_2WP99P3B73Q0,1 | Volume 4 Magic Nation Eva - Dungeon Arc PRD_11TGSHVA5YVG | arukuhito CON_2WP99P3B73Q0 | 1 | |
| PRD_182M6CYHWF3G,CON_2WP99P3B73Q0,1 | Volume 3 Magic Nation Eva - City Arc PRD_182M6CYHWF3G | arukuhito CON_2WP99P3B73Q0 | 1 | |
| PRD_2F9FAEXWZAB0,CON_2WP99P3B73Q0,1 | Volume 6 Eld Republic Arc PRD_2F9FAEXWZAB0 | arukuhito CON_2WP99P3B73Q0 | 1 | |
| PRD_2ZZQAXXEPBP0,CON_2WP99P3B73Q0,1 | Volume 2 Holy Kingdom of Frieren Arc PRD_2ZZQAXXEPBP0 | arukuhito CON_2WP99P3B73Q0 | 1 | |
| PRD_371KB9FXAP5G,CON_2WP99P3B73Q0,1 | Volume 1 Elesia Kingdom Arc PRD_371KB9FXAP5G | arukuhito CON_2WP99P3B73Q0 | 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);