product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where contributor_id = "CON_29PQ7EPD7GBG"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_0GQC1X5RK0SG,CON_29PQ7EPD7GBG,1 | The 30-Year-Old Virgin PRD_0GQC1X5RK0SG | ruruko CON_29PQ7EPD7GBG | 1 | |
| PRD_11Y3X58S5AXG,CON_29PQ7EPD7GBG,1 | Chapter 3 PRD_11Y3X58S5AXG | ruruko CON_29PQ7EPD7GBG | 1 | |
| PRD_279974PPDGBG,CON_29PQ7EPD7GBG,1 | Chapter 2 PRD_279974PPDGBG | ruruko CON_29PQ7EPD7GBG | 1 | |
| PRD_27GMQ56D6WEG,CON_29PQ7EPD7GBG,1 | Chapter 1 PRD_27GMQ56D6WEG | ruruko CON_29PQ7EPD7GBG | 1 | |
| PRD_2PSVJ6CJAHBG,CON_29PQ7EPD7GBG,1 | Do Me After School PRD_2PSVJ6CJAHBG | ruruko CON_29PQ7EPD7GBG | 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);