series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where series_id = "CNT_09B1306HP3N0"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_09B1306HP3N0,TAG_0M0JHS1FS5V0 | The Descendants of Beasts CNT_09B1306HP3N0 | Fantasy TAG_0M0JHS1FS5V0 |
| CNT_09B1306HP3N0,TAG_17S1ZM6VTZM0 | The Descendants of Beasts CNT_09B1306HP3N0 | Historical TAG_17S1ZM6VTZM0 |
| CNT_09B1306HP3N0,TAG_1GBABM09YKD0 | The Descendants of Beasts CNT_09B1306HP3N0 | Supernatural TAG_1GBABM09YKD0 |
| CNT_09B1306HP3N0,TAG_2M852Y701XZG | The Descendants of Beasts CNT_09B1306HP3N0 | Shoujo TAG_2M852Y701XZG |
| CNT_09B1306HP3N0,TAG_2MSAF40PHDMG | The Descendants of Beasts CNT_09B1306HP3N0 | Action TAG_2MSAF40PHDMG |
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);