products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_1DB2KYWDJ680"
This data as json, CSV (advanced)
Suggested facets: listed_at, on_sale_at, 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_0W4XWZAJDDAG | CNT_0785BEH4HSB0 | First Time with the Boy Next-Door CNT_1DB2KYWDJ680 | 3 | 1 | 1 | Chapter 4 | [] | First Time with the Boy Next-Door (4) | After a few months of dating and still not going all the way, Chisato and Riku end up visiting their childhood homes at the same time. Will a walk down memory lane be the spark that finally ignites the passion in their romance? | 01KGA6KAM4NQ5W0N93QJZ5Y2DQ | 4.0 | 2019-03-08T08:00:00.000Z | Hakusensha LAB_254RC5A3DQ30 | GEO_1PQM5BDYSMG0 | First Time with the Boy Next-Door (4) | (C)Asuka Sasada | 2019-04-01T07:00:00.000Z | 0 | 0 | ||||||
| PRD_13S6PZ06EGVG | CNT_37HS6KFFMBT0 | First Time with the Boy Next-Door CNT_1DB2KYWDJ680 | 3 | 1 | 1 | Chapter 2 | [] | First Time with the Boy Next-Door (2) | He's handsome, accepting, sweet as hot chocolate… Just when Satomi feels like she can finally love again, she catches Kuramochi with another woman! Is he yet another man destined to leave her? | 01KGA6HV94D08C0FQXCHNW0BA9 | 2.0 | 2019-02-22T08:00:00.000Z | Hakusensha LAB_254RC5A3DQ30 | GEO_1PQM5BDYSMG0 | First Time with the Boy Next-Door (2) | (C)Asuka Sasada | 2019-03-01T08:00:00.000Z | 0 | 0 | ||||||
| PRD_3069F9KBCZB0 | CNT_076ZPMAKTVBG | First Time with the Boy Next-Door CNT_1DB2KYWDJ680 | 3 | 1 | 1 | Chapter 1 | [] | First Time with the Boy Next-Door (1) | Chisato and Riku first met when she moved next door ten years ago. Even as college students, they're still neighbors after her mom suggests they get adjacent apartments since “it'll be safer.” One day, Chisato casually mentions she wouldn't mind having a boyfriend. Riku's reaction of “Why not me!? I've had a crush on you forever!” totally catches her off guard. Can someone who's been the boy-next-door for most of her life become something more...!? | 01KG9B2PZ59R0Y3VAWHYN7Y1XS | 1.0 | 2019-02-22T08:00:00.000Z | Hakusensha LAB_254RC5A3DQ30 | GEO_1PQM5BDYSMG0 | First Time with the Boy Next-Door (1) | (C)Asuka Sasada | 2019-03-01T08:00:00.000Z | 0 | 0 | ||||||
| PRD_3XHYXPH10G40 | CNT_27W2QAMBFWAG | First Time with the Boy Next-Door CNT_1DB2KYWDJ680 | 3 | 1 | 1 | Chapter 3 | [] | First Time with the Boy Next-Door (3) | Riku asks Chisato to go with him to a hot springs resort for a mini-vacation. However, what was meant to be a romantic trip is foiled by an unforeseen circumstance and hilarity ensues! | 01KGA6HVRRM92WYFQ7ADXY999Z | 3.0 | 2019-02-22T08:00:00.000Z | Hakusensha LAB_254RC5A3DQ30 | GEO_1PQM5BDYSMG0 | First Time with the Boy Next-Door (3) | (C)Asuka Sasada | 2019-03-01T08: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);