product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where product_id = "PRD_2YM4AE1F7PQG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_063C2GAG5W9G | Chapter 5 PRD_2YM4AE1F7PQG | content | 1 | b75ee14e-5693-4fa0-9a9d-bd3f7d8ef9a3 | |
| PID_0CKD18R5N52G | Chapter 5 PRD_2YM4AE1F7PQG | product | 7 | 9474-25 | |
| PID_0WP01A2PHM70 | Chapter 5 PRD_2YM4AE1F7PQG | product | 8 | 9474_The_Starry_eyed_Editor_and_the_Apathetic_Writer_005 | |
| PID_1PDBQGCKY6S0 | Chapter 5 PRD_2YM4AE1F7PQG | product | 4 | 04000000C00001492404 | |
| PID_26HYQHNCTSXG | Chapter 5 PRD_2YM4AE1F7PQG | product | 9 | 9474_The_Starry_eyed_Editor_and_the_Apathetic_Writer_005 | |
| PID_3RF2A77838ZG | Chapter 5 PRD_2YM4AE1F7PQG | product | 2 | bwg_migration.1299330 |
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);