product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
7 rows where contributor_id = "CON_0H4N20ZV0BC0"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_1N7MN64Q9370,CON_0H4N20ZV0BC0,1 | Chapter 2 PRD_1N7MN64Q9370 | Rico Sakura CON_0H4N20ZV0BC0 | 1 | |
| PRD_1PH4BKBDD400,CON_0H4N20ZV0BC0,1 | Chapter 5 PRD_1PH4BKBDD400 | Rico Sakura CON_0H4N20ZV0BC0 | 1 | |
| PRD_1SM70S6SN260,CON_0H4N20ZV0BC0,1 | Chapter 1 PRD_1SM70S6SN260 | Rico Sakura CON_0H4N20ZV0BC0 | 1 | |
| PRD_1VC5HHA88BCG,CON_0H4N20ZV0BC0,1 | "Puss in Boots" You're My Number One PRD_1VC5HHA88BCG | Rico Sakura CON_0H4N20ZV0BC0 | 1 | |
| PRD_3MYCWXNJB4QG,CON_0H4N20ZV0BC0,1 | Chapter 4 PRD_3MYCWXNJB4QG | Rico Sakura CON_0H4N20ZV0BC0 | 1 | |
| PRD_3VCZFGQMQ3PG,CON_0H4N20ZV0BC0,1 | Chapter 3 PRD_3VCZFGQMQ3PG | Rico Sakura CON_0H4N20ZV0BC0 | 1 | |
| PRD_3WC48WRAJ81G,CON_0H4N20ZV0BC0,1 | This Wolf Is Not Scary PRD_3WC48WRAJ81G | Rico Sakura CON_0H4N20ZV0BC0 | 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);