product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
7 rows where contributor_id = "CON_01P124SW9GD0"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_0XEC3D6HW290,CON_01P124SW9GD0,1 | Chapter 3 PRD_0XEC3D6HW290 | MIZUKI FUUJU CON_01P124SW9GD0 | 1 | |
| PRD_0YN39TXWDN4G,CON_01P124SW9GD0,1 | Chapter 5 PRD_0YN39TXWDN4G | MIZUKI FUUJU CON_01P124SW9GD0 | 1 | |
| PRD_0YSXHT5FG3A0,CON_01P124SW9GD0,1 | Chapter 4 PRD_0YSXHT5FG3A0 | MIZUKI FUUJU CON_01P124SW9GD0 | 1 | |
| PRD_1SQY059Q9XKG,CON_01P124SW9GD0,1 | Chapter 6 PRD_1SQY059Q9XKG | MIZUKI FUUJU CON_01P124SW9GD0 | 1 | |
| PRD_261AZ98DKKT0,CON_01P124SW9GD0,1 | The Wolf in Sheep's Clothing Is Eating Me Up! PRD_261AZ98DKKT0 | MIZUKI FUUJU CON_01P124SW9GD0 | 1 | |
| PRD_2Z14A4MCY3SG,CON_01P124SW9GD0,1 | Chapter 2 PRD_2Z14A4MCY3SG | MIZUKI FUUJU CON_01P124SW9GD0 | 1 | |
| PRD_35C7S7EZNB2G,CON_01P124SW9GD0,1 | Chapter 1 PRD_35C7S7EZNB2G | MIZUKI FUUJU CON_01P124SW9GD0 | 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);