product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where contributor_id = "CON_2CA6VNER64S0"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_03D1SX4C2KG0,CON_2CA6VNER64S0,1 | The Fire Still Burns PRD_03D1SX4C2KG0 | Roxanne St. Claire CON_2CA6VNER64S0 | 1 | |
| PRD_22BEC13WBKR0,CON_2CA6VNER64S0,1 | Like a Hurricane PRD_22BEC13WBKR0 | Roxanne St. Claire CON_2CA6VNER64S0 | 1 | |
| PRD_2R7Q5B1VM96G,CON_2CA6VNER64S0,1 | The Ceo's Scandalous affair PRD_2R7Q5B1VM96G | Roxanne St. Claire CON_2CA6VNER64S0 | 1 | |
| PRD_3SS4GTFYYQ00,CON_2CA6VNER64S0,1 | When The Earth Moves PRD_3SS4GTFYYQ00 | Roxanne St. Claire CON_2CA6VNER64S0 | 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);