product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where contributor_id = "CON_225HE5CB636G"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_04WPNAAQ7QSG,CON_225HE5CB636G,10 | Volume 3 The Finest Hour PRD_04WPNAAQ7QSG | Shiromi Arserio CON_225HE5CB636G | 10 | |
| PRD_1J0YBW3BABRG,CON_225HE5CB636G,10 | Volume 5 Abyssus Abyssum Invocat PRD_1J0YBW3BABRG | Shiromi Arserio CON_225HE5CB636G | 10 | |
| PRD_1R5J5XSVZH3G,CON_225HE5CB636G,10 | Volume 2 Plus Ultra PRD_1R5J5XSVZH3G | Shiromi Arserio CON_225HE5CB636G | 10 | |
| PRD_28T9P2AQPKJG,CON_225HE5CB636G,10 | Volume 4 Dabit Deus His Quoque Finem PRD_28T9P2AQPKJG | Shiromi Arserio CON_225HE5CB636G | 10 | |
| PRD_338PRJBQNTC0,CON_225HE5CB636G,10 | Volume 6 Nil Admirari PRD_338PRJBQNTC0 | Shiromi Arserio CON_225HE5CB636G | 10 |
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);