series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where series_id = "CNT_376GF1V5YFAG"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_376GF1V5YFAG,TAG_0MD2Q5KZ9RP0 | Handsome Harem -Their Special Training Will Make You Wet- CNT_376GF1V5YFAG | Josei TAG_0MD2Q5KZ9RP0 |
| CNT_376GF1V5YFAG,TAG_14M38AQ6V2T0 | Handsome Harem -Their Special Training Will Make You Wet- CNT_376GF1V5YFAG | Impersonation TAG_14M38AQ6V2T0 |
| CNT_376GF1V5YFAG,TAG_17B0T3R5VB00 | Handsome Harem -Their Special Training Will Make You Wet- CNT_376GF1V5YFAG | Idols TAG_17B0T3R5VB00 |
| CNT_376GF1V5YFAG,TAG_2APDBN4CY9FG | Handsome Harem -Their Special Training Will Make You Wet- CNT_376GF1V5YFAG | adult TAG_2APDBN4CY9FG |
| CNT_376GF1V5YFAG,TAG_2MBNBKTGHS0G | Handsome Harem -Their Special Training Will Make You Wet- CNT_376GF1V5YFAG | Romance TAG_2MBNBKTGHS0G |
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);