product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
7 rows where contributor_id = "CON_3TEZKBC9PQ60"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_03314QZYSG1G,CON_3TEZKBC9PQ60,1 | Chapter 2 PRD_03314QZYSG1G | kanchi CON_3TEZKBC9PQ60 | 1 | |
| PRD_14NA40J0CR5G,CON_3TEZKBC9PQ60,1 | Chapter 4 PRD_14NA40J0CR5G | kanchi CON_3TEZKBC9PQ60 | 1 | |
| PRD_1B78FJ4Z2970,CON_3TEZKBC9PQ60,1 | Chapter 3 PRD_1B78FJ4Z2970 | kanchi CON_3TEZKBC9PQ60 | 1 | |
| PRD_1FNRS561E860,CON_3TEZKBC9PQ60,1 | Chapter 1 PRD_1FNRS561E860 | kanchi CON_3TEZKBC9PQ60 | 1 | |
| PRD_2189X0EW7GH0,CON_3TEZKBC9PQ60,1 | Chapter 1 PRD_2189X0EW7GH0 | kanchi CON_3TEZKBC9PQ60 | 1 | |
| PRD_22VYJDCSVHJ0,CON_3TEZKBC9PQ60,1 | Chapter 3 PRD_22VYJDCSVHJ0 | kanchi CON_3TEZKBC9PQ60 | 1 | |
| PRD_39CG0WQW09PG,CON_3TEZKBC9PQ60,1 | Chapter 2 PRD_39CG0WQW09PG | kanchi CON_3TEZKBC9PQ60 | 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);