product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_21EW7R7708AG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1BRZPXSED3P0 | Innocent Mistress PRD_21EW7R7708AG | content | 1 | e113f556-574c-49cd-9ccb-da9f678607d5 | |
| PID_03ZED5APC2C0 | Innocent Mistress PRD_21EW7R7708AG | product | 7 | 9784596689504 | |
| PID_11TT7V4GZBZG | Innocent Mistress PRD_21EW7R7708AG | product | 2 | bwg_migration.2963154 | |
| PID_1NS53CXCH42G | Innocent Mistress PRD_21EW7R7708AG | product | 4 | 59668950C00002943130 | |
| PID_3ZV3HKHTT9S0 | Innocent Mistress PRD_21EW7R7708AG | product | 3 | 9784596689504 |
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);