product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_07F83WME5H20"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_06G4X8YPH9VG | Volume 2 PRD_07F83WME5H20 | content | 1 | 783ae2e4-b548-4b42-82cf-ed679a953577 | |
| PID_029849Q21RH0 | Volume 2 PRD_07F83WME5H20 | product | 4 | 04000000B14200300000 | |
| PID_0PDV3V9ZVN40 | Volume 2 PRD_07F83WME5H20 | product | 6 | KADOKAWA | |
| PID_1MB6THBRATQG | Volume 2 PRD_07F83WME5H20 | product | 2 | bwg_migration.179847 | |
| PID_2RFHP2WNWPTG | Volume 2 PRD_07F83WME5H20 | product | 7 | 978-1-4215-8207-8 |
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);