product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where product_id = "PRD_152T5WEPDPT0"
This data as json, CSV (advanced)
Suggested facets: role
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_152T5WEPDPT0,CON_0YRTP1YF0EC0,11 | Chapter 3: Teriyaki PRD_152T5WEPDPT0 | Junpei Inuzuka CON_0YRTP1YF0EC0 | 11 | |
| PRD_152T5WEPDPT0,CON_2FVRVP40S990,2 | Chapter 3: Teriyaki PRD_152T5WEPDPT0 | Yamizawa CON_2FVRVP40S990 | 2 | |
| PRD_152T5WEPDPT0,CON_3J19FG5G8AM0,12 | Chapter 3: Teriyaki PRD_152T5WEPDPT0 | Katsumi Enami CON_3J19FG5G8AM0 | 12 | |
| PRD_152T5WEPDPT0,CON_3K676NYBPTWG,2 | Chapter 3: Teriyaki PRD_152T5WEPDPT0 | Morozawa CON_3K676NYBPTWG | 2 |
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);