products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_2HFRK9076HZ0"
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_068N5T9VTTFG | CNT_1WMW8NB4MCKG | Throw Away the Suit Together CNT_2HFRK9076HZ0 | CNT_2HFRK9076HZ0 | 2 | 1 | 1 | Volume 2 | [] | Throw Away the Suit Together Vol. 2 | Haru and Hii-chan left Tokyo, throwing their resumes into the ocean and running away to settle on an island. A dream-like world presented itself to them, but the realities of living on their own quickly piled up. Even with part-time work, worries about the future begin to slow them down. As concerns about long-term work and living expenses weigh on them, will this couple find themselves forced back to city life? | COZY ISLAND LIFE | 01KGBCRJTBBFQVGP6ZK21P1Q5D | 2.0 | 2024-09-19T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | Throw Away the Suit Together Vol. 2 | © 2022 Keyyang | 2024-10-22T07:00:00.000Z | 0 | 0 | ||||
| PRD_2QVWNX5G1B9G | CNT_2XZDWAAH2KHG | Throw Away the Suit Together CNT_2HFRK9076HZ0 | CNT_2HFRK9076HZ0 | 2 | 1 | 1 | Volume 3 | [] | Throw Away the Suit Together Vol. 3 | Summer has come to the island, and with it, the reality is that everything has not gone to plan. Tormented by things they have failed again, Haru and Hii-chan together have to confront their choices. Between job hunting, living expenses, part-time work and school, the pair are face with many new paths before them. Before they decide which road they will walk, they stand before the sea they crossed and choose their future. | A CHOICE ACROSS THE SEA | 01KG9RARP2YZK8R9WJAD8TX4NY | 3.0 | 2025-01-06T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | Throw Away the Suit Together Vol. 3 | © 2023 Keyyang | 2025-02-04T08:00:00.000Z | 0 | 0 | ||||
| PRD_3JFX1AP2G5P0 | CNT_047VS4MH08P0 | Throw Away the Suit Together CNT_2HFRK9076HZ0 | CNT_2HFRK9076HZ0 | 2 | 1 | 1 | Volume 1 | [] | Throw Away the Suit Together Vol. 1 | Getting into university and job hunting is what they're expected to do, because that's what "everyone" does--but what do they really want for themselves? When Haru and Hii-chan decide to take life into their own hands, they toss their resumes into the sea and move to an island together. They soon learn that island living isn't all blue skies and sunny days...and yet, whatever the future holds, they will face it together. | Hello Island Love | 01KGBBEV1F17DVCDH0FTN6RDVP | 1.0 | 2024-07-12T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | Throw Away the Suit Together Vol. 1 | © 2022 Keyyang | 2024-07-16T07: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);