product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2YVVX12GF270"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_26X57KSN0RK0 | Dishonourable Seduction PRD_2YVVX12GF270 | content | 1 | 0d8598e8-7ca3-4771-be98-e4814325ed98 | |
| PID_0565K4FQKA30 | Dishonourable Seduction PRD_2YVVX12GF270 | product | 3 | 9784596260956 | |
| PID_19AGEN0356P0 | Dishonourable Seduction PRD_2YVVX12GF270 | product | 7 | 9784596260956 | |
| PID_2F1W1B2DMFSG | Dishonourable Seduction PRD_2YVVX12GF270 | product | 2 | bwg_migration.2961638 | |
| PID_2K4EWWMSE8CG | Dishonourable Seduction PRD_2YVVX12GF270 | product | 4 | 59626095C00002942309 |
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);