series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where series_id = "CNT_2CC4VPB5FKTG"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_2CC4VPB5FKTG,TAG_0M42TYMY92W0 | Spring in the Air and Backs to the Wall CNT_2CC4VPB5FKTG | Comedy TAG_0M42TYMY92W0 |
| CNT_2CC4VPB5FKTG,TAG_100A33G6C0H0 | Spring in the Air and Backs to the Wall CNT_2CC4VPB5FKTG | Female Lead TAG_100A33G6C0H0 |
| CNT_2CC4VPB5FKTG,TAG_128EPTRYEX10 | Spring in the Air and Backs to the Wall CNT_2CC4VPB5FKTG | Drawing TAG_128EPTRYEX10 |
| CNT_2CC4VPB5FKTG,TAG_2M852Y701XZG | Spring in the Air and Backs to the Wall CNT_2CC4VPB5FKTG | Shoujo TAG_2M852Y701XZG |
| CNT_2CC4VPB5FKTG,TAG_2MBNBKTGHS0G | Spring in the Air and Backs to the Wall CNT_2CC4VPB5FKTG | Romance TAG_2MBNBKTGHS0G |
| CNT_2CC4VPB5FKTG,TAG_3YVF3WW3WQBG | Spring in the Air and Backs to the Wall CNT_2CC4VPB5FKTG | Otaku TAG_3YVF3WW3WQBG |
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);