product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
7 rows where contributor_id = "CON_06831DVK57M0"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_0GAT7N6AJM00,CON_06831DVK57M0,17 | Volume 3 PRD_0GAT7N6AJM00 | YoungYou Lee CON_06831DVK57M0 | 17 | |
| PRD_18YGG6VSCQJG,CON_06831DVK57M0,17 | Volume 8 PRD_18YGG6VSCQJG | YoungYou Lee CON_06831DVK57M0 | 17 | |
| PRD_1FF33SN38PHG,CON_06831DVK57M0,17 | Volume 6 PRD_1FF33SN38PHG | YoungYou Lee CON_06831DVK57M0 | 17 | |
| PRD_2KXJDCQ5MNGG,CON_06831DVK57M0,17 | Volume 4 PRD_2KXJDCQ5MNGG | YoungYou Lee CON_06831DVK57M0 | 17 | |
| PRD_397V9FAYAP20,CON_06831DVK57M0,17 | Volume 7 PRD_397V9FAYAP20 | YoungYou Lee CON_06831DVK57M0 | 17 | |
| PRD_3AH8ZW8MEQ30,CON_06831DVK57M0,17 | Volume 9 PRD_3AH8ZW8MEQ30 | YoungYou Lee CON_06831DVK57M0 | 17 | |
| PRD_3DMBM240PN10,CON_06831DVK57M0,17 | Volume 5 PRD_3DMBM240PN10 | YoungYou Lee CON_06831DVK57M0 | 17 |
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);