product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
8 rows where contributor_id = "CON_3EX34WTN2VV0"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_00XJ2M6HMG2G,CON_3EX34WTN2VV0,1 | Volume 1 PRD_00XJ2M6HMG2G | Okura CON_3EX34WTN2VV0 | 1 | |
| PRD_0Z9XBMYT5H40,CON_3EX34WTN2VV0,1 | Volume 03 PRD_0Z9XBMYT5H40 | Okura CON_3EX34WTN2VV0 | 1 | |
| PRD_13VWHZBSA940,CON_3EX34WTN2VV0,1 | Volume 2 PRD_13VWHZBSA940 | Okura CON_3EX34WTN2VV0 | 1 | |
| PRD_1YA82ZBD1SK0,CON_3EX34WTN2VV0,1 | Volume 02 PRD_1YA82ZBD1SK0 | Okura CON_3EX34WTN2VV0 | 1 | |
| PRD_2P04W5VM22M0,CON_3EX34WTN2VV0,1 | Volume 01 PRD_2P04W5VM22M0 | Okura CON_3EX34WTN2VV0 | 1 | |
| PRD_2TF9ZPA7N5G0,CON_3EX34WTN2VV0,1 | Volume 04 PRD_2TF9ZPA7N5G0 | Okura CON_3EX34WTN2VV0 | 1 | |
| PRD_2Y7VYRTAAHC0,CON_3EX34WTN2VV0,1 | Volume 3 PRD_2Y7VYRTAAHC0 | Okura CON_3EX34WTN2VV0 | 1 | |
| PRD_3KZD1S049MGG,CON_3EX34WTN2VV0,1 | Volume 05 PRD_3KZD1S049MGG | Okura CON_3EX34WTN2VV0 | 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);