product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3KRCFPXZYKRG"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_226HN0W14A5G | Volume 3 ~With You, in Full Bloom~ PRD_3KRCFPXZYKRG | content | 1 | 50734f7b-2593-43db-9542-acbd8d81d964 | |
| PID_0T13FCF0353G | Volume 3 ~With You, in Full Bloom~ PRD_3KRCFPXZYKRG | product | 4 | 88475000X03227700000 | |
| PID_2C0SXK3Y4760 | Volume 3 ~With You, in Full Bloom~ PRD_3KRCFPXZYKRG | product | 3 | 9784801981201 | |
| PID_2G74S4MBY3D0 | Volume 3 ~With You, in Full Bloom~ PRD_3KRCFPXZYKRG | product | 7 | E801981201 | |
| PID_3P2GKTPM98WG | Volume 3 ~With You, in Full Bloom~ PRD_3KRCFPXZYKRG | product | 2 | bwg_migration.2897547 |
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);