product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where contributor_id = "CON_2JTH15S17FWG"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_0BZYJ32FT1S0,CON_2JTH15S17FWG,24 | Volume 6 PRD_0BZYJ32FT1S0 | Chomoran CON_2JTH15S17FWG | 24 | |
| PRD_0MEY44AYMJP0,CON_2JTH15S17FWG,24 | Volume 3 PRD_0MEY44AYMJP0 | Chomoran CON_2JTH15S17FWG | 24 | |
| PRD_1QDVZXQ547Q0,CON_2JTH15S17FWG,24 | Volume 2 PRD_1QDVZXQ547Q0 | Chomoran CON_2JTH15S17FWG | 24 | |
| PRD_1X16NKHT7H1G,CON_2JTH15S17FWG,24 | Volume 5 PRD_1X16NKHT7H1G | Chomoran CON_2JTH15S17FWG | 24 | |
| PRD_26YBF0B85TXG,CON_2JTH15S17FWG,24 | Volume 1 PRD_26YBF0B85TXG | Chomoran CON_2JTH15S17FWG | 24 | |
| PRD_3J4KM52BXFQ0,CON_2JTH15S17FWG,24 | Volume 4 PRD_3J4KM52BXFQ0 | Chomoran CON_2JTH15S17FWG | 24 |
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);