product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
8 rows where contributor_id = "CON_35NH0DK72T0G"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_1Y47ZEQBCDMG,CON_35NH0DK72T0G,1 | (Part 2) PRD_1Y47ZEQBCDMG | Raw CON_35NH0DK72T0G | 1 | |
| PRD_1Y80G93MHZG0,CON_35NH0DK72T0G,1 | First-Love Friends PRD_1Y80G93MHZG0 | Raw CON_35NH0DK72T0G | 1 | |
| PRD_20K4NXTJZ000,CON_35NH0DK72T0G,1 | Teach Me, Dude PRD_20K4NXTJZ000 | Raw CON_35NH0DK72T0G | 1 | |
| PRD_271Q0GMMVF70,CON_35NH0DK72T0G,1 | Service Life PRD_271Q0GMMVF70 | Raw CON_35NH0DK72T0G | 1 | |
| PRD_2KRBGX1G35X0,CON_35NH0DK72T0G,1 | Before My Heart's Broken PRD_2KRBGX1G35X0 | Raw CON_35NH0DK72T0G | 1 | |
| PRD_2Y39MJ9YDG30,CON_35NH0DK72T0G,1 | Chapter 1 PRD_2Y39MJ9YDG30 | Raw CON_35NH0DK72T0G | 1 | |
| PRD_3J43758AJPRG,CON_35NH0DK72T0G,1 | Sorry to Keep You Waiting PRD_3J43758AJPRG | Raw CON_35NH0DK72T0G | 1 | |
| PRD_3WDFHQ68AC40,CON_35NH0DK72T0G,1 | (Part 1) PRD_3WDFHQ68AC40 | Raw CON_35NH0DK72T0G | 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);