series_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_3BYRJ681AGJG"
This data as json, CSV (advanced)
| id ▼ | series_id | type | external_id | external_id_original |
|---|---|---|---|---|
| CID_1AF7858K3C6G | Of the Red, the Light and the Ayakashi CNT_3BYRJ681AGJG | 1 | 75676 | |
| CID_2R1C2CHN5H70 | Of the Red, the Light and the Ayakashi CNT_3BYRJ681AGJG | 2 | 13638 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE series_external_ids (
id TEXT PRIMARY KEY,
series_id TEXT NOT NULL,
type INTEGER NOT NULL,
external_id TEXT NOT NULL,
external_id_original TEXT NOT NULL,
FOREIGN KEY (series_id) REFERENCES series(id)
);
CREATE INDEX idx_series_external_ids_series ON series_external_ids(series_id);