series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
7 rows where series_id = "CNT_19XH96KX8YP0"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_19XH96KX8YP0,TAG_100A33G6C0H0 | Proud to Be the Villainess CNT_19XH96KX8YP0 | Female Lead TAG_100A33G6C0H0 |
| CNT_19XH96KX8YP0,TAG_1PN464N6FPT0 | Proud to Be the Villainess CNT_19XH96KX8YP0 | Thriller TAG_1PN464N6FPT0 |
| CNT_19XH96KX8YP0,TAG_1SWN16WY49A0 | Proud to Be the Villainess CNT_19XH96KX8YP0 | Nobility TAG_1SWN16WY49A0 |
| CNT_19XH96KX8YP0,TAG_2M2AXCZQH3EG | Proud to Be the Villainess CNT_19XH96KX8YP0 | Drama TAG_2M2AXCZQH3EG |
| CNT_19XH96KX8YP0,TAG_2MBNBKTGHS0G | Proud to Be the Villainess CNT_19XH96KX8YP0 | Romance TAG_2MBNBKTGHS0G |
| CNT_19XH96KX8YP0,TAG_3MM852K0NGEG | Proud to Be the Villainess CNT_19XH96KX8YP0 | Villainess TAG_3MM852K0NGEG |
| CNT_19XH96KX8YP0,TAG_3TS7WVTHH6ZG | Proud to Be the Villainess CNT_19XH96KX8YP0 | Magic TAG_3TS7WVTHH6ZG |
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);