product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
7 rows where contributor_id = "CON_083N0YRG93QG"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_03HQXNAXHAB0,CON_083N0YRG93QG,2 | Volume 2 PRD_03HQXNAXHAB0 | OKAMA CON_083N0YRG93QG | 2 | |
| PRD_091TJX9YPERG,CON_083N0YRG93QG,2 | Volume 5 PRD_091TJX9YPERG | OKAMA CON_083N0YRG93QG | 2 | |
| PRD_0QAYD6D6S6CG,CON_083N0YRG93QG,2 | Volume 7 PRD_0QAYD6D6S6CG | OKAMA CON_083N0YRG93QG | 2 | |
| PRD_28RJSMYS8E90,CON_083N0YRG93QG,2 | Volume 6 PRD_28RJSMYS8E90 | OKAMA CON_083N0YRG93QG | 2 | |
| PRD_36AQCGNAGG90,CON_083N0YRG93QG,2 | Volume 1 PRD_36AQCGNAGG90 | OKAMA CON_083N0YRG93QG | 2 | |
| PRD_370CXB1Z5SKG,CON_083N0YRG93QG,2 | Volume 4 PRD_370CXB1Z5SKG | OKAMA CON_083N0YRG93QG | 2 | |
| PRD_3CT89CG2CVFG,CON_083N0YRG93QG,2 | Volume 3 PRD_3CT89CG2CVFG | OKAMA CON_083N0YRG93QG | 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);