products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_226J8FGHDGCG"
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_1ZJFATHNR6WG | CNT_0D76S2KHKNCG | On and Off: Work-Life Imbalance CNT_226J8FGHDGCG | CNT_226J8FGHDGCG | 2 | 1 | 1 | Volume 01 | [] | On and Off: Work-Life Imbalance 01 | There are two sides to every working adult: one they show when they're on the job, and one they show when they're off the clock. For coworkers Sotaro Amata and Akira Hanku, this holds doubly true. Outside the office, these fashionistas don outfits that metamorphose them into completely different people! So what happens when they form a connection after hours...without recognizing who the other person is? | 01KGBQV77KTG84H08J7BKZX7JM | 1.0 | 2025-07-03T07:00:00.000Z | SQUARE ENIX LAB_26KAVJENDCDG | GEO_1PQM5BDYSMG0 | On and Off: Work-Life Imbalance 01 | 2025-07-03T07:00:00.000Z | 0 | 0 | ||||||
| PRD_3FS7DFG03MJG | CNT_3JNGK13VX2YG | On and Off: Work-Life Imbalance CNT_226J8FGHDGCG | CNT_226J8FGHDGCG | 2 | 1 | 1 | Volume 02 | [] | On and Off: Work-Life Imbalance 02 | There are two sides to every working adult: one they show when they're on the job, and one they show when they're off the clock. For 27-year-old Tamotsu Roku, that means he's a well-groomed schoolteacher by day and a punk-rock fashion icon by night! When he learns that his friend Aki has been hanging out with a cute stranger named Kanade, he can't help but feel a little jealous. But Aki and Kanade are still keeping secrets from each other—ones that could change their relationship forever... | 01KGBRP7PKK4VH75PBPG8BQQJT | 2.0 | 2025-07-03T07:00:00.000Z | SQUARE ENIX LAB_26KAVJENDCDG | GEO_1PQM5BDYSMG0 | On and Off: Work-Life Imbalance 02 | 2025-09-16T07:00:00.000Z | 0 | 0 | ||||||
| PRD_3KJR1P1Q3BAG | CNT_3W2RPQNRNAPG | On and Off: Work-Life Imbalance CNT_226J8FGHDGCG | CNT_226J8FGHDGCG | 2 | 1 | 1 | Volume 03 | [] | On and Off: Work-Life Imbalance 03 | There are two sides to every working adult: one they show when they're on the job, and one they show when they're off the clock. Until now, Amata was determined to keep his work and private lives separate. But thanks to a neighborhood cat known as Mitsu, he's deduced that his prickly colleague Hanku could be the kind and stylish Aki he's been spending his precious weekends with! Will telling her the truth about his own identity bring them closer or drive them apart? | 01KJQ2V4V6FAP8VRH36FTNV4E3 | 3.0 | 2025-07-03T07:00:00.000Z | SQUARE ENIX LAB_26KAVJENDCDG | GEO_1PQM5BDYSMG0 | On and Off: Work-Life Imbalance 03 | 2026-03-24T07: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);