products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_39K6DS5731YG"
This data as json, CSV (advanced)
Suggested facets: copyright, 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_06DMT908SAFG | CNT_0XCB8RNF8XD0 | I Can't Believe I Slept With You! CNT_39K6DS5731YG | CNT_39K6DS5731YG | 2 | 1 | 1 | Volume 2 | [] | I Can't Believe I Slept With You! Vol. 2 | Koduka Chiyo, twenty-five years old and unemployed, provides "favors" for her landlady in place of her overdue rent. At least, that's how their arrangement was supposed to go. But as time passes, the distance between the two women has dwindled. Just when things are getting interesting, an older beauty moves into the apartment complex where they both live! What will happen now?! | MY FAIR LANDLADY | 01KGAGQ9B2TX6MW2J32HE1V1BP | 2.0 | 2022-05-30T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | I Can't Believe I Slept With You! Vol. 2 | Miyahara Miyako 2020 | 2022-06-14T07:00:00.000Z | 0 | 0 | ||||
| PRD_1DZQ7NAFEP60 | CNT_113CXR57MBD0 | I Can't Believe I Slept With You! CNT_39K6DS5731YG | CNT_39K6DS5731YG | 2 | 1 | 1 | Volume 1 | [] | I Can't Believe I Slept With You! Vol. 1 | Twenty-four-year-old Koduka Chiyo quit her job and is wallowing in self-pity. She's also three months behind on rent. Her landlady proposes an unusual solution: sleep with her, and she'll help with the debt, the filthy apartment, and the loneliness. Can true love develop from an arrangement that started with a bang? | Indecent Proposal | 01KGADEWMHS39CR77K3MRBWW4F | 1.0 | 2021-12-10T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | I Can't Believe I Slept With You! Vol. 1 | Miyahara Miyako 2020 | 2022-02-08T08:00:00.000Z | 0 | 0 | ||||
| PRD_22Q9FE5F5WW0 | CNT_1W0HG3PA79AG | I Can't Believe I Slept With You! CNT_39K6DS5731YG | CNT_39K6DS5731YG | 2 | 1 | 1 | Volume 3 | [] | I Can't Believe I Slept With You! Vol. 3 | Koduka has finally confessed to her landlady. But as long as their rent-reduction contract is still in place, their relationship can never change. Eventually, all secrets are laid bare between the two women on one fateful Christmas evening. Can all regrets finally be put to rest? | MERRY AND BRIGHT | 01KGAJPP82TVZGBZY8NWMSQWPV | 3.0 | 2022-09-15T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | I Can't Believe I Slept With You! Vol. 3 | Miyahara Miyako 2021 | 2022-11-08T08: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);