series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_275AWXS0Y0PG"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_275AWXS0Y0PG,TAG_0MD2Q5KZ9RP0 | Deep Passions Of A Carnal Nature -I'll Satisfy You In Ways You Never Could Alone- CNT_275AWXS0Y0PG | Josei TAG_0MD2Q5KZ9RP0 |
| CNT_275AWXS0Y0PG,TAG_2APDBN4CY9FG | Deep Passions Of A Carnal Nature -I'll Satisfy You In Ways You Never Could Alone- CNT_275AWXS0Y0PG | adult TAG_2APDBN4CY9FG |
| CNT_275AWXS0Y0PG,TAG_2M2AXCZQH3EG | Deep Passions Of A Carnal Nature -I'll Satisfy You In Ways You Never Could Alone- CNT_275AWXS0Y0PG | Drama TAG_2M2AXCZQH3EG |
| CNT_275AWXS0Y0PG,TAG_2MBNBKTGHS0G | Deep Passions Of A Carnal Nature -I'll Satisfy You In Ways You Never Could Alone- CNT_275AWXS0Y0PG | 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);