product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_29ZBFP9KC580"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_35VR0Q5AMYNG | Volume 4 PRD_29ZBFP9KC580 | content | 1 | 7af07343-7348-4646-b799-eb34dd0a1dde | |
| PID_19X49WAR60T0 | Volume 4 PRD_29ZBFP9KC580 | product | 4 | 04000000B15497400000 | |
| PID_1Y1Q5D3NSX10 | Volume 4 PRD_29ZBFP9KC580 | product | 6 | KADOKAWA | |
| PID_2KZ2W3XPB2GG | Volume 4 PRD_29ZBFP9KC580 | product | 2 | bwg_migration.194409 | |
| PID_303DVMP22Z7G | Volume 4 PRD_29ZBFP9KC580 | product | 7 | 978-1-4215-8304-4 |
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);