product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_13XY29CKD4BG"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2MM91T6NPEEG | Volume 6 PRD_13XY29CKD4BG | content | 1 | ef26f8f3-3cd9-4a5f-a2a6-144762f9e714 | |
| PID_09J1SVQPNMJG | Volume 6 PRD_13XY29CKD4BG | product | 2 | bwg_migration.2905610 | |
| PID_0XPCND82FGSG | Volume 6 PRD_13XY29CKD4BG | product | 4 | 88877326C00002895663 | |
| PID_27GBBMWRGJW0 | Volume 6 PRD_13XY29CKD4BG | product | 3 | 9798888773260 | |
| PID_3BMP75NMAF30 | Volume 6 PRD_13XY29CKD4BG | product | 7 | 9798894786964 |
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);