product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
7 rows where product_id = "PRD_3TEZCP947TT0"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1GFKPVG50NR0 | Chapter 2 PRD_3TEZCP947TT0 | content | 1 | 37665407-31c5-4e48-95bb-f5ba9a908509 | |
| PID_1DE73F6PK2X0 | Chapter 2 PRD_3TEZCP947TT0 | product | 8 | 9598_Dangerous_Pranking_During_a_Secret_Office_Romance_002 | |
| PID_1TABHN9NJH7G | Chapter 2 PRD_3TEZCP947TT0 | product | 4 | 04000000C00001513227 | |
| PID_2EEPD6214DAG | Chapter 2 PRD_3TEZCP947TT0 | product | 6 | 9598 | |
| PID_2Q9XHPSCM4KG | Chapter 2 PRD_3TEZCP947TT0 | product | 9 | 9598_Dangerous_Pranking_During_a_Secret_Office_Romance_cover_002 | |
| PID_3C427WW3QJT0 | Chapter 2 PRD_3TEZCP947TT0 | product | 2 | bwg_migration.1325012 | |
| PID_3G8D3DPZ9F10 | Chapter 2 PRD_3TEZCP947TT0 | product | 7 | 9598-25 |
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);