product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where contributor_id = "CON_09A82S1H93Q0"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_0BTV0H6TJ7X0,CON_09A82S1H93Q0,2 | The Lizard Aide PRD_0BTV0H6TJ7X0 | Job CON_09A82S1H93Q0 | 2 | |
| PRD_0PG8R0V10BRG,CON_09A82S1H93Q0,2 | Nightmare PRD_0PG8R0V10BRG | Job CON_09A82S1H93Q0 | 2 | |
| PRD_13GQ2QQ1P060,CON_09A82S1H93Q0,2 | The Nightmare Trilogy Vol. 3 - Late Night Nightmare PRD_13GQ2QQ1P060 | Job CON_09A82S1H93Q0 | 2 | |
| PRD_2823SVHZG6CG,CON_09A82S1H93Q0,2 | The Nightmare Trilogy Vol. 1 - Dream Before Dawn PRD_2823SVHZG6CG | Job CON_09A82S1H93Q0 | 2 | |
| PRD_31SZV066M0NG,CON_09A82S1H93Q0,2 | The Nightmare Trilogy Vol. 2 - Afternoon Dream PRD_31SZV066M0NG | Job CON_09A82S1H93Q0 | 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);