product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2T31RTTSVR6G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2674DH930J60 | Volume 1: The World's Strongest Little Brother PRD_2T31RTTSVR6G | content | 1 | 4a9db5e2-b536-4204-8891-63bfbed02c0c | |
| PID_0EV5SCXJ7WJ0 | Volume 1: The World's Strongest Little Brother PRD_2T31RTTSVR6G | product | 4 | 04000000B24592300000 | |
| PID_1GTWFKG88Y8G | Volume 1: The World's Strongest Little Brother PRD_2T31RTTSVR6G | product | 3 | 9781718300125 | |
| PID_24SFB5942TZG | Volume 1: The World's Strongest Little Brother PRD_2T31RTTSVR6G | product | 7 | 9781718300125 | |
| PID_3TMTXVB6C0F0 | Volume 1: The World's Strongest Little Brother PRD_2T31RTTSVR6G | product | 2 | bwg_migration.392873 |
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);