product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where contributor_id = "CON_3K5XC5HR20GG"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_0KVS6S0XEV1G,CON_3K5XC5HR20GG,1 | Chayamachi's Collection: NOIR PRD_0KVS6S0XEV1G | Suguro Chayamachi CON_3K5XC5HR20GG | 1 | |
| PRD_17XGDQ3N3DJG,CON_3K5XC5HR20GG,1 | Kaoru Kun PRD_17XGDQ3N3DJG | Suguro Chayamachi CON_3K5XC5HR20GG | 1 | |
| PRD_2G31Z3K2CVH0,CON_3K5XC5HR20GG,1 | Chayamachi's Collection: BLANC PRD_2G31Z3K2CVH0 | Suguro Chayamachi CON_3K5XC5HR20GG | 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);