products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_0C59S2835ED0"
This data as json, CSV (advanced)
Suggested facets: geoblock_id, 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_08PHAVBQM8BG | CNT_2M2Z6PCND8KG | Senpai, This Can't Be Love! CNT_0C59S2835ED0 | CNT_0C59S2835ED0 | 2 | 1 | 1 | Senpai, This Can't Be Love! | [] | Senpai, This Can't Be Love! | Friendly, confident, amazing at his job...All words applicable to veteran CG designer Yanase who was asked to teach the hardworking new hire, Kaneda, the ropes! Although excited about the prospect, he begins to lose heart in the face of Kaneda’s frosty indifference. However, on the inside, Kaneda’s been struggling to play it cool whenever Yanase so much as pats him on the back... | 01KG9PX51KX8BAEYXPS145T0N7 | 1.0 | 2024-01-09T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | Senpai, This Can't Be Love! | 2024-06-18T00:00:00.000Z | 0 | 0 | ||||||
| PRD_0A6MD5V5CM5G | CNT_2SBPWC0MT6YG | Senpai, This Can't Be Love! CNT_0C59S2835ED0 | CNT_0C59S2835ED0 | 2 | 1 | 1 | Brush Up, Vol. 2 | [] | Senpai, This Can't Be Love! Brush Up, Vol. 2 | I want to stand shoulder to shoulder with you…!Having finally been granted some precious time off, Kaneda returns home to the countryside to visit his family. Just as he agonizes over whether it’s time to tell them about his relationship with Yanase, the man himself surprises him by showing up at their house! How (and why) does he plan to introduce himself to Kaneda’s folks? And back at work, when a talented new team member partners up with Yanase, Kaneda’s feelings are really put to the test… | 01KGBG13NAE710S11TFY7BP258 | 3.0 | 2024-10-23T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Senpai, This Can't Be Love! Brush Up, Vol. 2 | 2025-04-29T07:00:00.000Z | 0 | 0 | ||||||
| PRD_3R7SH4QWAGRG | CNT_3NQ3GEQ5R3WG | Senpai, This Can't Be Love! CNT_0C59S2835ED0 | CNT_0C59S2835ED0 | 2 | 1 | 1 | Brush Up | [] | Senpai, This Can't Be Love! Brush Up | I just love you so much, I can’t concentrate on my work…A few months after joining the CG industry, Kaneda is already living the dream—not only is he working under the tutelage of his idol, Yanase, but he’s also become his romantic partner! However, his constant proximity to Yanase makes his heart race so fast, he can barely focus on his job. Kaneda realizes that he’ll need time away from his lover if he wants to advance his career…but can he put some distance between them without giving Yanase the wrong idea? | 01KGBBWMVE2MCA95DQHV3NZCHY | 2.0 | 2024-07-12T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Senpai, This Can't Be Love! Brush Up | 2024-12-17T08: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);