product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
10 rows where contributor_id = "CON_06F964AT5BE0"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_0CSDSFQQTQY0,CON_06F964AT5BE0,1 | Chapter 5 PRD_0CSDSFQQTQY0 | akyo CON_06F964AT5BE0 | 1 | |
| PRD_0NQ2VSEAR18G,CON_06F964AT5BE0,1 | Chapter 2 PRD_0NQ2VSEAR18G | akyo CON_06F964AT5BE0 | 1 | |
| PRD_1KFW42HT6PX0,CON_06F964AT5BE0,1 | Chapter 3 PRD_1KFW42HT6PX0 | akyo CON_06F964AT5BE0 | 1 | |
| PRD_2D6NKR6MRPDG,CON_06F964AT5BE0,1 | Chapter 4 PRD_2D6NKR6MRPDG | akyo CON_06F964AT5BE0 | 1 | |
| PRD_2HQNES4H747G,CON_06F964AT5BE0,1 | Chapter 4 PRD_2HQNES4H747G | akyo CON_06F964AT5BE0 | 1 | |
| PRD_2PYTE1ZQEWB0,CON_06F964AT5BE0,1 | Chapter 1 PRD_2PYTE1ZQEWB0 | akyo CON_06F964AT5BE0 | 1 | |
| PRD_2S928QRTXM90,CON_06F964AT5BE0,1 | Chapter 6 PRD_2S928QRTXM90 | akyo CON_06F964AT5BE0 | 1 | |
| PRD_2VWNC3S861R0,CON_06F964AT5BE0,1 | Chapter 1 PRD_2VWNC3S861R0 | akyo CON_06F964AT5BE0 | 1 | |
| PRD_3CR6M0QB18BG,CON_06F964AT5BE0,1 | Chapter 3 PRD_3CR6M0QB18BG | akyo CON_06F964AT5BE0 | 1 | |
| PRD_3HQ4XB0Z4NCG,CON_06F964AT5BE0,1 | Chapter 2 PRD_3HQ4XB0Z4NCG | akyo CON_06F964AT5BE0 | 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);