product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_36TNS5T0AW3G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0KY8E1K9F11G | The Twelve-Month Mistress PRD_36TNS5T0AW3G | content | 1 | 6cad029b-0d08-4108-a4a8-b027e0ff56f8 | |
| PID_0ZS8SCG9SG3G | The Twelve-Month Mistress PRD_36TNS5T0AW3G | product | 2 | bwg_migration.2962468 | |
| PID_13XVMY95KCPG | The Twelve-Month Mistress PRD_36TNS5T0AW3G | product | 4 | 59669068C00002941949 | |
| PID_2NZJB5XKMED0 | The Twelve-Month Mistress PRD_36TNS5T0AW3G | product | 3 | 9784596690685 | |
| PID_3T3X6PPFEAG0 | The Twelve-Month Mistress PRD_36TNS5T0AW3G | product | 7 | 9784596690685 |
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);