product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
9 rows where contributor_id = "CON_25FXY63E6AP0"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_121E127374S0,CON_25FXY63E6AP0,1 | Chapter 3 PRD_121E127374S0 | You Kimura CON_25FXY63E6AP0 | 1 | |
| PRD_16QSCN1533R0,CON_25FXY63E6AP0,1 | Chapter 1 PRD_16QSCN1533R0 | You Kimura CON_25FXY63E6AP0 | 1 | |
| PRD_1VGQVQPM9DXG,CON_25FXY63E6AP0,1 | Chapter 2 PRD_1VGQVQPM9DXG | You Kimura CON_25FXY63E6AP0 | 1 | |
| PRD_1Y165AGYNCWG,CON_25FXY63E6AP0,1 | Chapter 1 PRD_1Y165AGYNCWG | You Kimura CON_25FXY63E6AP0 | 1 | |
| PRD_24C1MDB98M5G,CON_25FXY63E6AP0,1 | Chapter 3 PRD_24C1MDB98M5G | You Kimura CON_25FXY63E6AP0 | 1 | |
| PRD_2BMR4S12T66G,CON_25FXY63E6AP0,1 | Chapter 4 PRD_2BMR4S12T66G | You Kimura CON_25FXY63E6AP0 | 1 | |
| PRD_30EPTCP0538G,CON_25FXY63E6AP0,1 | Chapter 2 PRD_30EPTCP0538G | You Kimura CON_25FXY63E6AP0 | 1 | |
| PRD_32S48HF8D5BG,CON_25FXY63E6AP0,1 | Chapter 5 PRD_32S48HF8D5BG | You Kimura CON_25FXY63E6AP0 | 1 | |
| PRD_3BS7SXXXFR4G,CON_25FXY63E6AP0,1 | Chapter 6 PRD_3BS7SXXXFR4G | You Kimura CON_25FXY63E6AP0 | 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);