product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0CDKCV353TNG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3K564JA9PN60 | Volume 1: I May Be the Hidden Boss But I'm Not the Demon Lord PRD_0CDKCV353TNG | content | 1 | 3da97253-d23a-4b9e-980a-137078f207aa | |
| PID_0DCZKWMA41A0 | Volume 1: I May Be the Hidden Boss But I'm Not the Demon Lord PRD_0CDKCV353TNG | product | 4 | 04000000C00001867015 | |
| PID_0HKAFED7ZXH0 | Volume 1: I May Be the Hidden Boss But I'm Not the Demon Lord PRD_0CDKCV353TNG | product | 6 | 9781642733129 | |
| PID_1QEP64F0930G | Volume 1: I May Be the Hidden Boss But I'm Not the Demon Lord PRD_0CDKCV353TNG | product | 2 | bwg_migration.1732064 | |
| PID_2VD0XN1W0ZQG | Volume 1: I May Be the Hidden Boss But I'm Not the Demon Lord PRD_0CDKCV353TNG | product | 7 | 9781642733129 |
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);