product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
7 rows where contributor_id = "CON_15D53E5BEA00"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_11ZN61PYXE00,CON_15D53E5BEA00,24 | Chapter 6 PRD_11ZN61PYXE00 | KURIRU YUSA CON_15D53E5BEA00 | 24 | |
| PRD_14C5HMG0SD70,CON_15D53E5BEA00,24 | Chapter 3 PRD_14C5HMG0SD70 | KURIRU YUSA CON_15D53E5BEA00 | 24 | |
| PRD_1B2M37JB5C60,CON_15D53E5BEA00,24 | Chapter 1 PRD_1B2M37JB5C60 | KURIRU YUSA CON_15D53E5BEA00 | 24 | |
| PRD_1FK7ETCD1B50,CON_15D53E5BEA00,24 | A Political Marriage of Stubbornness and Love PRD_1FK7ETCD1B50 | KURIRU YUSA CON_15D53E5BEA00 | 24 | |
| PRD_2EAMN499GP90,CON_15D53E5BEA00,24 | Chapter 2 PRD_2EAMN499GP90 | KURIRU YUSA CON_15D53E5BEA00 | 24 | |
| PRD_3600QASGMGJ0,CON_15D53E5BEA00,24 | Chapter 5 PRD_3600QASGMGJ0 | KURIRU YUSA CON_15D53E5BEA00 | 24 | |
| PRD_3ANCAX367DPG,CON_15D53E5BEA00,24 | Chapter 4 PRD_3ANCAX367DPG | KURIRU YUSA CON_15D53E5BEA00 | 24 |
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);