product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
7 rows where contributor_id = "CON_28Z0QS2GDV70"
This data as json, CSV (advanced)
Suggested facets: role
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_0CC31WN6AJC0,CON_28Z0QS2GDV70,1 | Volume 1 PRD_0CC31WN6AJC0 | Akane Shimizu CON_28Z0QS2GDV70 | 1 | |
| PRD_1AGB3NC7STD0,CON_28Z0QS2GDV70,1 | Volume 4 PRD_1AGB3NC7STD0 | Akane Shimizu CON_28Z0QS2GDV70 | 1 | |
| PRD_1CG3PJXZRCTG,CON_28Z0QS2GDV70,24 | Volume 6 PRD_1CG3PJXZRCTG | Akane Shimizu CON_28Z0QS2GDV70 | 24 | |
| PRD_1M7PPRJFDAJG,CON_28Z0QS2GDV70,1 | Volume 3 PRD_1M7PPRJFDAJG | Akane Shimizu CON_28Z0QS2GDV70 | 1 | |
| PRD_2E4V8JA1CKWG,CON_28Z0QS2GDV70,1 | Volume 2 PRD_2E4V8JA1CKWG | Akane Shimizu CON_28Z0QS2GDV70 | 1 | |
| PRD_2ZDV7SKTHVT0,CON_28Z0QS2GDV70,1 | Volume 5 PRD_2ZDV7SKTHVT0 | Akane Shimizu CON_28Z0QS2GDV70 | 1 | |
| PRD_3RR0MREJSZF0,CON_28Z0QS2GDV70,19 | Volume 1 PRD_3RR0MREJSZF0 | Akane Shimizu CON_28Z0QS2GDV70 | 19 |
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);