series_tags
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where tag_id = "TAG_2ABFM18W81Y0"
This data as json, CSV (advanced)
| Link | series_id | tag_id |
|---|---|---|
| CNT_0GGCYXQAF500,TAG_2ABFM18W81Y0 | Ayaka is in Love with Hiroko! CNT_0GGCYXQAF500 | CGN004310 TAG_2ABFM18W81Y0 |
| CNT_0YBA1BXHEZJG,TAG_2ABFM18W81Y0 | Time is a Closet CNT_0YBA1BXHEZJG | CGN004310 TAG_2ABFM18W81Y0 |
| CNT_1AZTH9JDKF7G,TAG_2ABFM18W81Y0 | The Delinquent and the Transfer Student CNT_1AZTH9JDKF7G | CGN004310 TAG_2ABFM18W81Y0 |
| CNT_3YNKH12D9G10,TAG_2ABFM18W81Y0 | Aftertoon Tea for Two CNT_3YNKH12D9G10 | CGN004310 TAG_2ABFM18W81Y0 |
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);