series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where series_id = "CNT_10W5C1751K30"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_10W5C1751K30,TAG_0MD2Q5KZ9RP0 | Intense Training With My Greedy Boss CNT_10W5C1751K30 | Josei TAG_0MD2Q5KZ9RP0 |
| CNT_10W5C1751K30,TAG_1997ANE72CB0 | Intense Training With My Greedy Boss CNT_10W5C1751K30 | Boss-Subordinate Relationship TAG_1997ANE72CB0 |
| CNT_10W5C1751K30,TAG_2APDBN4CY9FG | Intense Training With My Greedy Boss CNT_10W5C1751K30 | adult TAG_2APDBN4CY9FG |
| CNT_10W5C1751K30,TAG_2MBNBKTGHS0G | Intense Training With My Greedy Boss CNT_10W5C1751K30 | Romance TAG_2MBNBKTGHS0G |
| CNT_10W5C1751K30,TAG_39AWP77FTBYG | Intense Training With My Greedy Boss CNT_10W5C1751K30 | Boss-Employee Relationship TAG_39AWP77FTBYG |
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);