product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where contributor_id = "CON_1J1KMJWTNTN0"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_1TCW4RMX0HFG,CON_1J1KMJWTNTN0,1 | Kyurem vs. the Sword of Justice PRD_1TCW4RMX0HFG | Momota Inoue CON_1J1KMJWTNTN0 | 1 | |
| PRD_2PRRHG7E0TQG,CON_1J1KMJWTNTN0,1 | Pokémon: the Movie: Zoroark: Master of Illusions PRD_2PRRHG7E0TQG | Momota Inoue CON_1J1KMJWTNTN0 | 1 | |
| PRD_3M7NJE5R2JR0,CON_1J1KMJWTNTN0,1 | Pokemon the Movie: Genesect and the Legend Awakened PRD_3M7NJE5R2JR0 | Momota Inoue CON_1J1KMJWTNTN0 | 1 | |
| PRD_3RM4X172EHZ0,CON_1J1KMJWTNTN0,1 | White—Victini and Zekrom PRD_3RM4X172EHZ0 | Momota Inoue CON_1J1KMJWTNTN0 | 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);