product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where contributor_id = "CON_1936J714JASG"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_17KR7QV1MQJG,CON_1936J714JASG,24 | Chapter 4 PRD_17KR7QV1MQJG | Zakuro CON_1936J714JASG | 24 | |
| PRD_1A08HANBGPHG,CON_1936J714JASG,24 | Chapter 3 PRD_1A08HANBGPHG | Zakuro CON_1936J714JASG | 24 | |
| PRD_269TP2W9A0M0,CON_1936J714JASG,24 | Chapter 5 PRD_269TP2W9A0M0 | Zakuro CON_1936J714JASG | 24 | |
| PRD_31AGDD8WPQ30,CON_1936J714JASG,24 | Chapter 6 PRD_31AGDD8WPQ30 | Zakuro CON_1936J714JASG | 24 | |
| PRD_389KBK48YN10,CON_1936J714JASG,24 | Chapter 2 PRD_389KBK48YN10 | Zakuro CON_1936J714JASG | 24 | |
| PRD_3CVHD6Y7M62G,CON_1936J714JASG,24 | Chapter 1 PRD_3CVHD6Y7M62G | Zakuro CON_1936J714JASG | 24 |
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);