product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1J1S5J9FM2CG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3337ZVE418Q0 | I Was a Bottom-Tier Bureaucrat for 1,500 Years, and the Demon King Made Me a Minister PRD_1J1S5J9FM2CG | content | 1 | eb077a6c-5dc9-42eb-9c44-c5e897cfb873 | |
| PID_0CJYY2VRKVVG | I Was a Bottom-Tier Bureaucrat for 1,500 Years, and the Demon King Made Me a Minister PRD_1J1S5J9FM2CG | product | 2 | bwg_migration.1064908 | |
| PID_0GH9NMCM5MEG | I Was a Bottom-Tier Bureaucrat for 1,500 Years, and the Demon King Made Me a Minister PRD_1J1S5J9FM2CG | product | 4 | 97531830C00001293364 | |
| PID_2TK0BV72EP50 | I Was a Bottom-Tier Bureaucrat for 1,500 Years, and the Demon King Made Me a Minister PRD_1J1S5J9FM2CG | product | 3 | 9781975318307 | |
| PID_3EQK7CSY0J80 | I Was a Bottom-Tier Bureaucrat for 1,500 Years, and the Demon King Made Me a Minister PRD_1J1S5J9FM2CG | product | 7 | 9781975318307 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE product_external_ids (
id TEXT PRIMARY KEY,
product_id TEXT NOT NULL,
source TEXT NOT NULL,
type INTEGER NOT NULL,
external_id TEXT NOT NULL,
external_id_original TEXT NOT NULL,
FOREIGN KEY (product_id) REFERENCES products(id)
);
CREATE INDEX idx_product_external_ids_product ON product_external_ids(product_id);