product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1MN1ARDC0CPG"
This data as json, CSV (advanced)
Suggested facets: role
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_1MN1ARDC0CPG,CON_02Q2D8673040,2 | Volume 7 PRD_1MN1ARDC0CPG | Ryo Suzukaze CON_02Q2D8673040 | 2 | |
| PRD_1MN1ARDC0CPG,CON_10K9GAQ5E79G,2 | Volume 7 PRD_1MN1ARDC0CPG | Dashio Tsukimi CON_10K9GAQ5E79G | 2 | |
| PRD_1MN1ARDC0CPG,CON_14GWKQAFE4Y0,0 | Volume 7 PRD_1MN1ARDC0CPG | Leighann Harvey CON_14GWKQAFE4Y0 | 0 | |
| PRD_1MN1ARDC0CPG,CON_1YX1K5REF5F0,2 | Volume 7 PRD_1MN1ARDC0CPG | Tenmaso CON_1YX1K5REF5F0 | 2 | |
| PRD_1MN1ARDC0CPG,CON_329CY5JH4P2G,11 | Volume 7 PRD_1MN1ARDC0CPG | Ceez CON_329CY5JH4P2G | 11 |
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);