product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2RN224TZQE30"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2CV4JAEG3B70 | Princess From the Past PRD_2RN224TZQE30 | content | 1 | 4d8b1178-e843-486f-97be-e91bf9219219 | |
| PID_0VN0KC2D199G | Princess From the Past PRD_2RN224TZQE30 | product | 2 | bwg_migration.2962307 | |
| PID_1FSKEXMYV5WG | Princess From the Past PRD_2RN224TZQE30 | product | 4 | 59669053C00002941904 | |
| PID_2HV9X5FMW7K0 | Princess From the Past PRD_2RN224TZQE30 | product | 3 | 9784596690531 | |
| PID_35ZMRP00P060 | Princess From the Past PRD_2RN224TZQE30 | product | 7 | 9784596690531 |
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);