product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where product_id = "PRD_0M7T14P0ZFP0"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_130KQGCD2170 | Volume 7 PRD_0M7T14P0ZFP0 | content | 1 | 29640011-e2df-4ccf-a5eb-a0d7179aa812 | |
| PID_0SFXXGSN1B3G | Volume 7 PRD_0M7T14P0ZFP0 | product | 2 | bwg_migration.559109 | |
| PID_1DJ8S1J6V7PG | Volume 7 PRD_0M7T14P0ZFP0 | product | 7 | 6810000002723 | |
| PID_2QC7F96WW9D0 | Volume 7 PRD_0M7T14P0ZFP0 | product | 4 | 04000000C00000202674 |
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);