series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
8 rows where series_id = "CNT_144SXZ2WA0S0"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_144SXZ2WA0S0,TAG_182TRT8S4P70 | Devil and Politician in the Playroom CNT_144SXZ2WA0S0 | Ballet TAG_182TRT8S4P70 |
| CNT_144SXZ2WA0S0,TAG_1D2C3FTG1RX0 | Devil and Politician in the Playroom CNT_144SXZ2WA0S0 | Dancer TAG_1D2C3FTG1RX0 |
| CNT_144SXZ2WA0S0,TAG_1Q0HX10YX5F0 | Devil and Politician in the Playroom CNT_144SXZ2WA0S0 | Unrequited Love TAG_1Q0HX10YX5F0 |
| CNT_144SXZ2WA0S0,TAG_1WY3BY9WJY30 | Devil and Politician in the Playroom CNT_144SXZ2WA0S0 | Prostitution TAG_1WY3BY9WJY30 |
| CNT_144SXZ2WA0S0,TAG_2APDBN4CY9FG | Devil and Politician in the Playroom CNT_144SXZ2WA0S0 | adult TAG_2APDBN4CY9FG |
| CNT_144SXZ2WA0S0,TAG_2M5T60D610KG | Devil and Politician in the Playroom CNT_144SXZ2WA0S0 | Boys Love TAG_2M5T60D610KG |
| CNT_144SXZ2WA0S0,TAG_2MBNBKTGHS0G | Devil and Politician in the Playroom CNT_144SXZ2WA0S0 | Romance TAG_2MBNBKTGHS0G |
| CNT_144SXZ2WA0S0,TAG_373R9ETCJMXG | Devil and Politician in the Playroom CNT_144SXZ2WA0S0 | Homophobia TAG_373R9ETCJMXG |
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);