series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_15EW94XWVFEG"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_15EW94XWVFEG,TAG_0AMNE3F46BR0 | Forced to Have Sex For a Week— Teased and Forced to Come by My Piece of Trash Childhood Friend CNT_15EW94XWVFEG | complete TAG_0AMNE3F46BR0 |
| CNT_15EW94XWVFEG,TAG_0M7J3JAESE10 | Forced to Have Sex For a Week— Teased and Forced to Come by My Piece of Trash Childhood Friend CNT_15EW94XWVFEG | Mature TAG_0M7J3JAESE10 |
| CNT_15EW94XWVFEG,TAG_2APDBN4CY9FG | Forced to Have Sex For a Week— Teased and Forced to Come by My Piece of Trash Childhood Friend CNT_15EW94XWVFEG | adult TAG_2APDBN4CY9FG |
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);