product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0NRV2JZTS1HG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1BYAPC5Z5TGG | Volume 18: Fortress of the Elder God PRD_0NRV2JZTS1HG | content | 1 | b1047562-b1fd-4b41-8b4f-0ddd91660efc | |
| PID_143BGC82K000 | Volume 18: Fortress of the Elder God PRD_0NRV2JZTS1HG | product | 3 | 9781621155041 | |
| PID_287PFX2YAWQ0 | Volume 18: Fortress of the Elder God PRD_0NRV2JZTS1HG | product | 7 | 9781621155041 | |
| PID_3DX26KWRM26G | Volume 18: Fortress of the Elder God PRD_0NRV2JZTS1HG | product | 2 | bwg_migration.3174704 | |
| PID_3J1D24NMFYDG | Volume 18: Fortress of the Elder God PRD_0NRV2JZTS1HG | product | 4 | 62115504C00003132965 |
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);