series_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_1MB9K8YGGFV0"
This data as json, CSV (advanced)
Suggested facets: type
| id ▼ | series_id | type | external_id | external_id_original |
|---|---|---|---|---|
| CID_0E9ZQMB5J73G | My Beloved Stepbrother -The Possessive Love of the Sadistic Marquis CNT_1MB9K8YGGFV0 | 2 | 304613 | |
| CID_22JHNC81MMH0 | My Beloved Stepbrother -The Possessive Love of the Sadistic Marquis CNT_1MB9K8YGGFV0 | 1 | 583354 | |
| CID_2AKMA91W30B0 | My Beloved Stepbrother -The Possessive Love of the Sadistic Marquis CNT_1MB9K8YGGFV0 | 1 | 583411 |
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);