product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
7 rows where contributor_id = "CON_0VVS9MCD06Y0"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_0AZWAXH0JMC0,CON_0VVS9MCD06Y0,1 | Volume 2 PRD_0AZWAXH0JMC0 | Tougoku Hudou CON_0VVS9MCD06Y0 | 1 | |
| PRD_0M3TDA5QTPA0,CON_0VVS9MCD06Y0,1 | Volume 5 PRD_0M3TDA5QTPA0 | Tougoku Hudou CON_0VVS9MCD06Y0 | 1 | |
| PRD_160M2S61DMV0,CON_0VVS9MCD06Y0,1 | Volume 6 PRD_160M2S61DMV0 | Tougoku Hudou CON_0VVS9MCD06Y0 | 1 | |
| PRD_16HVS273VP8G,CON_0VVS9MCD06Y0,1 | Volume 7 PRD_16HVS273VP8G | Tougoku Hudou CON_0VVS9MCD06Y0 | 1 | |
| PRD_32C1S2CZTMRG,CON_0VVS9MCD06Y0,1 | Volume 1 PRD_32C1S2CZTMRG | Tougoku Hudou CON_0VVS9MCD06Y0 | 1 | |
| PRD_3MVBKH94W6G0,CON_0VVS9MCD06Y0,1 | Volume 3 PRD_3MVBKH94W6G0 | Tougoku Hudou CON_0VVS9MCD06Y0 | 1 | |
| PRD_3WH7XBJZGR1G,CON_0VVS9MCD06Y0,1 | Volume 4 PRD_3WH7XBJZGR1G | Tougoku Hudou CON_0VVS9MCD06Y0 | 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);