product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_07SX3ZP3BS80"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_20A1ZMWJ8JNG | Volume 6 PRD_07SX3ZP3BS80 | content | 1 | 648c674b-a484-4aeb-b95c-d82380848e73 | |
| PID_08811XPBH8S0 | Volume 6 PRD_07SX3ZP3BS80 | product | 4 | 04000000B12506900000 | |
| PID_0WCKXFF7B5C0 | Volume 6 PRD_07SX3ZP3BS80 | product | 6 | KADOKAWA | |
| PID_1JBZM591TAZG | Volume 6 PRD_07SX3ZP3BS80 | product | 2 | bwg_migration.160756 | |
| PID_26EAKP3XC72G | Volume 6 PRD_07SX3ZP3BS80 | product | 7 | 9781421580104 |
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);