series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_0NVKJAHRT0WG"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_0NVKJAHRT0WG,TAG_2APDBN4CY9FG | The secretary and the Boss's virginity ~ delicate underwear ~ CNT_0NVKJAHRT0WG | adult TAG_2APDBN4CY9FG |
| CNT_0NVKJAHRT0WG,TAG_39AWP77FTBYG | The secretary and the Boss's virginity ~ delicate underwear ~ CNT_0NVKJAHRT0WG | Boss-Employee Relationship TAG_39AWP77FTBYG |
| CNT_0NVKJAHRT0WG,TAG_3V2HQAEEER4G | The secretary and the Boss's virginity ~ delicate underwear ~ CNT_0NVKJAHRT0WG | Mature Romance TAG_3V2HQAEEER4G |
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);