product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1X9WNF5PZH2G"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_12SVTB40YM2G | Chapter 1 PRD_1X9WNF5PZH2G | content | 1 | 8f29d51f-53a3-43c4-a492-4bf48819825b | |
| PID_04G00TE23CV0 | Chapter 1 PRD_1X9WNF5PZH2G | product | 4 | 04000000C00001212764 | |
| PID_18MJWB0ZN9E0 | Chapter 1 PRD_1X9WNF5PZH2G | product | 6 | 3315-615048-01 | |
| PID_2EKYQ12R4EHG | Chapter 1 PRD_1X9WNF5PZH2G | product | 2 | bwg_migration.980900 | |
| PID_2JP9JJVNYB4G | Chapter 1 PRD_1X9WNF5PZH2G | product | 7 | 4000611 |
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);