product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1M8K5KJYDAS0"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_20TY2K6YWG80 | Volume 02 PRD_1M8K5KJYDAS0 | content | 1 | 194e238f-214a-4c2e-9036-222bff3c63c7 | |
| PID_08XJCBNJ30FG | Volume 02 PRD_1M8K5KJYDAS0 | product | 2 | bwg_migration.2808989 | |
| PID_0X1XBXEFTWJG | Volume 02 PRD_1M8K5KJYDAS0 | product | 4 | 64609873C00002810782 | |
| PID_273VY415ZY90 | Volume 02 PRD_1M8K5KJYDAS0 | product | 3 | 9781646094103 | |
| PID_3B66NNVHHTW0 | Volume 02 PRD_1M8K5KJYDAS0 | product | 7 | 9781646098736 |
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);