product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_37G71W6VYH70"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2NJ1GFE6EDK0 | Mistress of the Groom PRD_37G71W6VYH70 | content | 1 | 8a7d9b19-db75-4d6f-9390-a2d28cf6fe84 | |
| PID_0H5RV24PVY30 | Mistress of the Groom PRD_37G71W6VYH70 | product | 3 | 9784596647498 | |
| PID_158BPKX2DTP0 | Mistress of the Groom PRD_37G71W6VYH70 | product | 7 | 9784596647498 | |
| PID_2V7Q99ZCZ3SG | Mistress of the Groom PRD_37G71W6VYH70 | product | 2 | bwg_migration.2962875 | |
| PID_3FA24THRPWCG | Mistress of the Groom PRD_37G71W6VYH70 | product | 4 | 59664749C00002939713 |
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);