product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_126WDV80NE7G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1WA0D24MFM50 | One Month with the Magnate PRD_126WDV80NE7G | content | 1 | 6e6fd5b9-434e-4f66-b2ec-6e2be231aa42 | |
| PID_0VMPZRBM0WX0 | One Month with the Magnate PRD_126WDV80NE7G | product | 3 | 9784596692849 | |
| PID_1FV1V9W1TS00 | One Month with the Magnate PRD_126WDV80NE7G | product | 7 | 9784596692849 | |
| PID_2DPDJFY25YKG | One Month with the Magnate PRD_126WDV80NE7G | product | 2 | bwg_migration.2963100 | |
| PID_2HTR9GGZZV6G | One Month with the Magnate PRD_126WDV80NE7G | product | 4 | 59669284C00002942594 |
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);