product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where contributor_id = "CON_348GYQWKBMZG"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_02XD46J21Y5G,CON_348GYQWKBMZG,1 | A Failed Youth PRD_02XD46J21Y5G | Kashio CON_348GYQWKBMZG | 1 | |
| PRD_0D34AWPXGV20,CON_348GYQWKBMZG,1 | BL First Crush Anthology: Five Seconds Before We Fall in Love PRD_0D34AWPXGV20 | Kashio CON_348GYQWKBMZG | 1 | |
| PRD_3M2K5YEBB2KG,CON_348GYQWKBMZG,1 | Naoki's Toy PRD_3M2K5YEBB2KG | Kashio CON_348GYQWKBMZG | 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);