product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
7 rows where contributor_id = "CON_3P5V0X9WH0T0"
This data as json, CSV (advanced)
Suggested facets: product_id, role
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_0PF9BG1C5VRG,CON_3P5V0X9WH0T0,1 | Volume 3 PRD_0PF9BG1C5VRG | Yakinikuteishoku CON_3P5V0X9WH0T0 | 1 | |
| PRD_2ZTY7AWSN0DG,CON_3P5V0X9WH0T0,1 | Volume 1 PRD_2ZTY7AWSN0DG | Yakinikuteishoku CON_3P5V0X9WH0T0 | 1 | |
| PRD_2ZTY7AWSN0DG,CON_3P5V0X9WH0T0,2 | Volume 1 PRD_2ZTY7AWSN0DG | Yakinikuteishoku CON_3P5V0X9WH0T0 | 2 | |
| PRD_3C88PHPF597G,CON_3P5V0X9WH0T0,1 | Volume 4 PRD_3C88PHPF597G | Yakinikuteishoku CON_3P5V0X9WH0T0 | 1 | |
| PRD_3D78917079HG,CON_3P5V0X9WH0T0,1 | Volume 2 PRD_3D78917079HG | Yakinikuteishoku CON_3P5V0X9WH0T0 | 1 | |
| PRD_3KCQY5JD1ZC0,CON_3P5V0X9WH0T0,1 | Volume 5 PRD_3KCQY5JD1ZC0 | Yakinikuteishoku CON_3P5V0X9WH0T0 | 1 | |
| PRD_3TWM8N791WHG,CON_3P5V0X9WH0T0,1 | Volume 6 PRD_3TWM8N791WHG | Yakinikuteishoku CON_3P5V0X9WH0T0 | 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);