product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
8 rows where contributor_id = "CON_23PT5M8TKE90"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_0QYDR9YJBHE0,CON_23PT5M8TKE90,2 | Volume 4 PRD_0QYDR9YJBHE0 | Jirou Oimoto CON_23PT5M8TKE90 | 2 | |
| PRD_11N3EHDBCQJ0,CON_23PT5M8TKE90,2 | Volume 6 PRD_11N3EHDBCQJ0 | Jirou Oimoto CON_23PT5M8TKE90 | 2 | |
| PRD_13R7MAT24R7G,CON_23PT5M8TKE90,2 | Volume 3 PRD_13R7MAT24R7G | Jirou Oimoto CON_23PT5M8TKE90 | 2 | |
| PRD_1HGJ3R1W620G,CON_23PT5M8TKE90,2 | Volume 7 PRD_1HGJ3R1W620G | Jirou Oimoto CON_23PT5M8TKE90 | 2 | |
| PRD_28FCQ9F898K0,CON_23PT5M8TKE90,2 | Volume 8 PRD_28FCQ9F898K0 | Jirou Oimoto CON_23PT5M8TKE90 | 2 | |
| PRD_2G4DJM5QR40G,CON_23PT5M8TKE90,2 | Volume 5 PRD_2G4DJM5QR40G | Jirou Oimoto CON_23PT5M8TKE90 | 2 | |
| PRD_3W01N78Z42P0,CON_23PT5M8TKE90,2 | Volume 1 PRD_3W01N78Z42P0 | Jirou Oimoto CON_23PT5M8TKE90 | 2 | |
| PRD_3W8RV6WMCV6G,CON_23PT5M8TKE90,2 | Volume 2 PRD_3W8RV6WMCV6G | Jirou Oimoto CON_23PT5M8TKE90 | 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);