product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where contributor_id = "CON_3DT9JVKX44W0"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_0371RG8FT8DG,CON_3DT9JVKX44W0,1 | Chapter 6 PRD_0371RG8FT8DG | Pine Nangoku CON_3DT9JVKX44W0 | 1 | |
| PRD_07NGA35J6QCG,CON_3DT9JVKX44W0,1 | Chapter 4 PRD_07NGA35J6QCG | Pine Nangoku CON_3DT9JVKX44W0 | 1 | |
| PRD_0AA0NP7M2QKG,CON_3DT9JVKX44W0,1 | Chapter 2 PRD_0AA0NP7M2QKG | Pine Nangoku CON_3DT9JVKX44W0 | 1 | |
| PRD_21C9HTVCR8X0,CON_3DT9JVKX44W0,1 | Chapter 5 PRD_21C9HTVCR8X0 | Pine Nangoku CON_3DT9JVKX44W0 | 1 | |
| PRD_242R3DMQ4QW0,CON_3DT9JVKX44W0,1 | Chapter 3 PRD_242R3DMQ4QW0 | Pine Nangoku CON_3DT9JVKX44W0 | 1 | |
| PRD_28KBE0PS0P30,CON_3DT9JVKX44W0,1 | Chapter 1 PRD_28KBE0PS0P30 | Pine Nangoku CON_3DT9JVKX44W0 | 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);