series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_3FRGEZEDD2CG"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_3FRGEZEDD2CG,TAG_1904WEK65PH0 | Fight! Twin Battle: A Fight Between Life and Death CNT_3FRGEZEDD2CG | Body Swapping TAG_1904WEK65PH0 |
| CNT_3FRGEZEDD2CG,TAG_1KPY60ZG1D60 | Fight! Twin Battle: A Fight Between Life and Death CNT_3FRGEZEDD2CG | Siblings TAG_1KPY60ZG1D60 |
| CNT_3FRGEZEDD2CG,TAG_2APDBN4CY9FG | Fight! Twin Battle: A Fight Between Life and Death CNT_3FRGEZEDD2CG | adult TAG_2APDBN4CY9FG |
| CNT_3FRGEZEDD2CG,TAG_2M5T60D610KG | Fight! Twin Battle: A Fight Between Life and Death CNT_3FRGEZEDD2CG | Boys Love TAG_2M5T60D610KG |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE series_tags (
series_id TEXT NOT NULL,
tag_id TEXT NOT NULL,
PRIMARY KEY (series_id, tag_id),
FOREIGN KEY (series_id) REFERENCES series(id),
FOREIGN KEY (tag_id) REFERENCES tags(id)
);
CREATE INDEX idx_series_tags_tag ON series_tags(tag_id);