series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where series_id = "CNT_1J8PKQ251WY0"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_1J8PKQ251WY0,TAG_0AMNE3F46BR0 | Bungo Stray Dogs: Another Story CNT_1J8PKQ251WY0 | complete TAG_0AMNE3F46BR0 |
| CNT_1J8PKQ251WY0,TAG_12SZK0MCYEY0 | Bungo Stray Dogs: Another Story CNT_1J8PKQ251WY0 | Detectives TAG_12SZK0MCYEY0 |
| CNT_1J8PKQ251WY0,TAG_1DKX1NP6H8T0 | Bungo Stray Dogs: Another Story CNT_1J8PKQ251WY0 | Crimes TAG_1DKX1NP6H8T0 |
| CNT_1J8PKQ251WY0,TAG_1GBABM09YKD0 | Bungo Stray Dogs: Another Story CNT_1J8PKQ251WY0 | Supernatural TAG_1GBABM09YKD0 |
| CNT_1J8PKQ251WY0,TAG_1RAA6QAW7XY0 | Bungo Stray Dogs: Another Story CNT_1J8PKQ251WY0 | Mystery TAG_1RAA6QAW7XY0 |
| CNT_1J8PKQ251WY0,TAG_2MSAF40PHDMG | Bungo Stray Dogs: Another Story CNT_1J8PKQ251WY0 | 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);