product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where contributor_id = "CON_247R3ZYDKM9G"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_07FYEBS9BM30,CON_247R3ZYDKM9G,1 | Science: Dinosaur Adventures PRD_07FYEBS9BM30 | Momota CON_247R3ZYDKM9G | 1 | |
| PRD_1CY2NTM3P3HG,CON_247R3ZYDKM9G,1 | Chapter 3 PRD_1CY2NTM3P3HG | Momota CON_247R3ZYDKM9G | 1 | |
| PRD_1Q0PVM7MNS8G,CON_247R3ZYDKM9G,1 | Chapter 1 PRD_1Q0PVM7MNS8G | Momota CON_247R3ZYDKM9G | 1 | |
| PRD_3D7NE370M210,CON_247R3ZYDKM9G,1 | Chapter 5 PRD_3D7NE370M210 | Momota CON_247R3ZYDKM9G | 1 | |
| PRD_3JAZQRVDBVT0,CON_247R3ZYDKM9G,1 | Chapter 4 PRD_3JAZQRVDBVT0 | Momota CON_247R3ZYDKM9G | 1 | |
| PRD_3PVE1BMQQTS0,CON_247R3ZYDKM9G,1 | Chapter 2 PRD_3PVE1BMQQTS0 | Momota CON_247R3ZYDKM9G | 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);