product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_078C00Z2EYHG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3SB7W0WC6VK0 | The Sheikh's Rebellious Mistress PRD_078C00Z2EYHG | content | 1 | a28b224e-ea47-4494-92d5-abe7d78f613d | |
| PID_00D8EG1EWDN0 | The Sheikh's Rebellious Mistress PRD_078C00Z2EYHG | product | 3 | 9784596649614 | |
| PID_0MHVA1VTP9R0 | The Sheikh's Rebellious Mistress PRD_078C00Z2EYHG | product | 7 | 9784596649614 | |
| PID_2AF6X7M71FBG | The Sheikh's Rebellious Mistress PRD_078C00Z2EYHG | product | 2 | bwg_migration.2963264 | |
| PID_2YKHR9EGVBYG | The Sheikh's Rebellious Mistress PRD_078C00Z2EYHG | product | 4 | 59664961C00002939925 |
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);