product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where contributor_id = "CON_11TS8Q2CJZ6G"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_05JRJNGBAHJ0,CON_11TS8Q2CJZ6G,1 | Wails of the Bound PRD_05JRJNGBAHJ0 | Keri Kusabi CON_11TS8Q2CJZ6G | 1 | |
| PRD_09NCT3WA2KP0,CON_11TS8Q2CJZ6G,1 | Beta, Volume 2 PRD_09NCT3WA2KP0 | Keri Kusabi CON_11TS8Q2CJZ6G | 1 | |
| PRD_2NZ6RWNMFYK0,CON_11TS8Q2CJZ6G,1 | Beta, Volume 3 PRD_2NZ6RWNMFYK0 | Keri Kusabi CON_11TS8Q2CJZ6G | 1 | |
| PRD_3HT2ZE242PR0,CON_11TS8Q2CJZ6G,1 | Beta, Volume 1 PRD_3HT2ZE242PR0 | Keri Kusabi CON_11TS8Q2CJZ6G | 1 | |
| PRD_3TRHZSHR399G,CON_11TS8Q2CJZ6G,1 | Return, Volume 1 PRD_3TRHZSHR399G | Keri Kusabi CON_11TS8Q2CJZ6G | 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);