product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where contributor_id = "CON_20ZRWT5CSHHG"
This data as json, CSV (advanced)
Suggested facets: role
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_074KW44J44CG,CON_20ZRWT5CSHHG,0 | Chapter 4 PRD_074KW44J44CG | KISARA CON_20ZRWT5CSHHG | 0 | |
| PRD_1DPFV8781VV0,CON_20ZRWT5CSHHG,0 | Chapter 2 PRD_1DPFV8781VV0 | KISARA CON_20ZRWT5CSHHG | 0 | |
| PRD_22ERR8RAT6Y0,CON_20ZRWT5CSHHG,0 | Chapter 1 PRD_22ERR8RAT6Y0 | KISARA CON_20ZRWT5CSHHG | 0 | |
| PRD_26ZBBVTD65X0,CON_20ZRWT5CSHHG,0 | Chapter 3 PRD_26ZBBVTD65X0 | KISARA CON_20ZRWT5CSHHG | 0 | |
| PRD_2NKTWJ140GR0,CON_20ZRWT5CSHHG,1 | Lover in a Bottle -Rub Me the Right Way and Make a Wish- PRD_2NKTWJ140GR0 | KISARA CON_20ZRWT5CSHHG | 1 | |
| PRD_3DHYE61NTAF0,CON_20ZRWT5CSHHG,1 | I'm Becoming a Sperm Donor: Merciless Milk Wars in the Year 20XX PRD_3DHYE61NTAF0 | KISARA CON_20ZRWT5CSHHG | 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);