product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where product_id = "PRD_33S8XSPG8BVG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_34ZW9V4SART0 | Chapter 13 PRD_33S8XSPG8BVG | content | 1 | ad874e9d-9725-41cb-86e7-fa6db438e5c2 | |
| PID_01GYY29EEYPG | Chapter 13 PRD_33S8XSPG8BVG | product | 2 | bwg_migration.2700834 | |
| PID_0NQ9NK3T0TXG | Chapter 13 PRD_33S8XSPG8BVG | product | 7 | 26214-25 | |
| PID_0SNDV8PPH750 | Chapter 13 PRD_33S8XSPG8BVG | product | 8 | 26214_The_Starry_eyed_Editor_and_the_Apathetic_Writer_013 | |
| PID_23Q49G9CT8VG | Chapter 13 PRD_33S8XSPG8BVG | product | 9 | 26214_The_Starry_eyed_Editor_and_the_Apathetic_Writer_013 | |
| PID_2ZH0BTPG5WG0 | Chapter 13 PRD_33S8XSPG8BVG | product | 4 | 04000000C00002715449 |
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);