products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_3JSYVF0Z59EG"
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_15X16079A9F0 | CNT_3Q10FDTH06Y0 | It's Just a Dream... Right?! CNT_3JSYVF0Z59EG | CNT_3JSYVF0Z59EG | 2 | 1 | 1 | Volume 2 | [] | It's Just a Dream... Right?! Vol. 2 | Jungoh is now officially signed on to help the cute shaman Shin Ibeom! But battling nightmares always awakens a powerful lust in Shin. How can the two of them focus on helping people when all they can think about is each other's bodies? | ENGAGING DREAMS AND ENTWINING BODIES | 01KNKHHHA7VM6GHM2G2TD57NY4 | 2.0 | 2026-02-06T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | It's Just a Dream... Right?! Vol. 2 | © White Eared / Polarfox | 2026-04-21T07:00:00.000Z | 0 | 0 | ||||
| PRD_1JD0546SB7J0 | CNT_0GTASYXF1N6G | It's Just a Dream... Right?! CNT_3JSYVF0Z59EG | CNT_3JSYVF0Z59EG | 2 | 1 | 1 | Volume 1 | [] | It's Just a Dream... Right?! Vol. 1 | When 24-year-old Jungoh answers an ad seeking an assistant for a shaman, he expects a straightforward part-time gig. The ad called for someone strong, patient, and quick on their feet--perfect for Jungoh. But when he arrives, he's thrust into a bizarre world where the rules are anything but ordinary. His boss, Shin Ibeom, is a grumpy yet undeniably cute shaman, cursed with uncontrollable arousal due to a nightmare seedling. As Ibeom's assistant, Jungoh must help him navigate this strange situation while working inside people's dreams. But the deeper they dive into the dream world, the more bizarre and unpredictable things become--especially as Jungoh finds himself battling a growing attraction to his mysterious boss. What started as a simple job quickly turns into something far stranger, as Jungoh navigates both the surreal dream realm and the complexities of Ibeom's heart! | One man answers a want ad for a part-time job and winds up in a world of dreams--literally! A dreamy supernatural Boys' Love comic about a charming himbo and his moody but cute boss. | 01KGBVB328DKPHSANHPNS5RBDP | 1.0 | 2025-09-08T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | It's Just a Dream... Right?! Vol. 1 | © White Eared / Polarfox | 2025-11-11T08: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);