product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where contributor_id = "CON_3SGPXX3CPB00"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_0GC6HWT264PG,CON_3SGPXX3CPB00,1 | Baby and Daddy in Love -We like Strong, Sweet Milk!- PRD_0GC6HWT264PG | Natsu Machimiya CON_3SGPXX3CPB00 | 1 | |
| PRD_2E5DC83BRJ6G,CON_3SGPXX3CPB00,1 | Forbidden Yaoi Fairy Tale: The Ravenous Thumb-Sized Prince PRD_2E5DC83BRJ6G | Natsu Machimiya CON_3SGPXX3CPB00 | 1 | |
| PRD_3KWNAE596BR0,CON_3SGPXX3CPB00,1 | Sadistic Tentacle XXX/ The Blood Bank at the College PRD_3KWNAE596BR0 | Natsu Machimiya CON_3SGPXX3CPB00 | 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);