product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0M94E8AZJ5N0"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3SJBR4EQ5CWG | Chapter 31 PRD_0M94E8AZJ5N0 | content | 1 | 460cb4f9-df45-4ff5-aa2f-bedb30dca810 | |
| PID_03RBGC5T1NZ0 | Chapter 31 PRD_0M94E8AZJ5N0 | product | 4 | 04000000C00001919306 | |
| PID_0QWPFXYQVE20 | Chapter 31 PRD_0M94E8AZJ5N0 | product | 6 | 592XXXENsimsita031LS | |
| PID_1NT26KRGAQNG | Chapter 31 PRD_0M94E8AZJ5N0 | product | 2 | bwg_migration.1793622 | |
| PID_2SYD24HDWKRG | Chapter 31 PRD_0M94E8AZJ5N0 | product | 7 | 592XXXXXsimsita031LS |
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);