products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_159F0K2XDGF0"
This data as json, CSV (advanced)
Suggested facets: listed_at (date), on_sale_at (date)
| id ▼ | content_id | series_id | parent_content_id | level | content_type | product_type | title | alt_titles | subtitle | display_title | display_title_short | description | description_short | image_id | display_order | listed_at | label_id | geoblock_id | display_name | copyright | on_presale_at | on_sale_at | off_sale_at | add_on | add_on_campaign_only |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PRD_00AX87VYSFQG | CNT_32BDJREBGDSG | You Made Me Do It CNT_159F0K2XDGF0 | CNT_159F0K2XDGF0 | 2 | 1 | 1 | Volume 3 | [] | You Made Me Do It vol. 3 | Takaya has been even more distracted by his phone than usual, and Fuyu can't help but be convinced that he's having an affair. But their fourth wedding anniversary is coming up, so giving him the benefit of the doubt and going ahead with planning for their future children seems like the right thing to do. Little does Fuyu know that Takaya has indeed taken things all the way with his affair partner, Natsu. He's gotten so deep into his BDSM affair that even Natsu's husband may start getting involved... See how things all turn out in the explosive final volume You Made Me Do It! | 01KGBR1TKS3WC6JQA8QY7H0KHY | 3.0 | 2025-06-17T07:00:00.000Z | TAKESHOBO LAB_2YE29WN5APKG | GEO_1PQM5BDYSMG0 | You Made Me Do It vol. 3 | (C) Rika Ohizumi, Yuu Tsukasaki / TAKESHOBO | 2025-06-20T07:00:00.000Z | 0 | 0 | |||||
| PRD_26J52GAW7E70 | CNT_0204219FPX90 | You Made Me Do It CNT_159F0K2XDGF0 | CNT_159F0K2XDGF0 | 2 | 1 | 1 | Volume 2 | [] | You Made Me Do It vol. 2 | By looking through his search history, Fuyu has discovered that her husband Takaya is into BDSM! The swinger's bar that Fuyu was interested in going to just so happens to have a BDSM event on a night when her husband will be attending a wedding party. With her marriage on the line, will she be able to find the courage to check out the bar to save her relationship? If the handsome bartender Tomoki tags along, she very well might... | 01KGBQA8JBP9QVV907CGYATR5Q | 2.0 | 2025-06-10T07:00:00.000Z | TAKESHOBO LAB_2YE29WN5APKG | GEO_1PQM5BDYSMG0 | You Made Me Do It vol. 2 | (C) Rika Ohizumi, Yuu Tsukasaki / TAKESHOBO | 2025-06-13T07:00:00.000Z | 0 | 0 | |||||
| PRD_30Y1NJJ29C20 | CNT_3JE6K8QQB0DG | You Made Me Do It CNT_159F0K2XDGF0 | CNT_159F0K2XDGF0 | 2 | 1 | 1 | Volume 1 | [] | You Made Me Do It vol. 1 | Fuyu and Takaya have been married for three years, and though things seem to be great on the surface, their bedroom is dead. Fuyu wants to spice things up with her husband, but all of her efforts are met with disinterest or flat-out rejection. When she stumbles upon a "happening bar" in Shinjuku one day, she can't help but to let her imagination run wild about this secret world of hook-up friendly speakeasies. Can she ever find the courage to enter one of these bars? Takaya seems to be spending more time on the computer these days, so he might not even notice if Fuyu tries it out... | 01KGBNSA4DB1MQXC2TG3ECH8D7 | 1.0 | 2025-05-20T07:00:00.000Z | TAKESHOBO LAB_2YE29WN5APKG | GEO_1PQM5BDYSMG0 | You Made Me Do It vol. 1 | (C) Rika Ohizumi, Yuu Tsukasaki / TAKESHOBO | 2025-05-23T07:00:00.000Z | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE products (
id TEXT PRIMARY KEY,
content_id TEXT NOT NULL,
series_id TEXT NOT NULL,
parent_content_id TEXT,
level INTEGER NOT NULL,
content_type INTEGER NOT NULL,
product_type INTEGER NOT NULL,
title TEXT NOT NULL,
alt_titles TEXT NOT NULL,
subtitle TEXT NOT NULL,
display_title TEXT NOT NULL,
display_title_short TEXT NOT NULL,
description TEXT NOT NULL,
description_short TEXT NOT NULL,
image_id TEXT NOT NULL,
display_order REAL NOT NULL,
listed_at TEXT NOT NULL,
label_id TEXT NOT NULL,
geoblock_id TEXT,
display_name TEXT NOT NULL,
copyright TEXT,
on_presale_at TEXT,
on_sale_at TEXT NOT NULL,
off_sale_at TEXT,
add_on INTEGER NOT NULL,
add_on_campaign_only INTEGER NOT NULL,
FOREIGN KEY (series_id) REFERENCES series(id),
FOREIGN KEY (label_id) REFERENCES labels(id),
FOREIGN KEY (geoblock_id) REFERENCES geoblocks(id)
);
CREATE INDEX idx_products_content ON products(content_id);
CREATE INDEX idx_products_series ON products(series_id);
CREATE INDEX idx_products_label ON products(label_id);
CREATE INDEX idx_products_geoblock ON products(geoblock_id);
CREATE INDEX idx_products_image ON products(image_id);