product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0MPH6X9RHP60"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2M0BY995KB50 | Volume 18 PRD_0MPH6X9RHP60 | content | 1 | a2b73f28-bf26-4c27-beb8-c9fecb71201b | |
| PID_1A1NHEZZ0340 | Volume 18 PRD_0MPH6X9RHP60 | product | 3 | 9798855401745 | |
| PID_1Y40CZG8VZB0 | Volume 18 PRD_0MPH6X9RHP60 | product | 7 | 9798855401745 | |
| PID_2W3C7NJN54TG | Volume 18 PRD_0MPH6X9RHP60 | product | 2 | bwg_migration.2248256 | |
| PID_307Z37B6Z11G | Volume 18 PRD_0MPH6X9RHP60 | product | 4 | 85540174C00002315948 |
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);