products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_09DBZ59VB0SG"
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_22RP72ZX1Z30 | CNT_0DZGC05NM3DG | Goodbye Otherworld, See You Tomorrow CNT_09DBZ59VB0SG | CNT_09DBZ59VB0SG | 2 | 2 | 1 | Volume 1 | [] | Goodbye Otherworld, See You Tomorrow: Volume 1 | The world he woke up in is long dead, dusted in ashen powder, and yet Keisuke still sees splashes of color as he travels through it. For the longest time, he's wandered alone across the deserted landscape, clinging to the hope that something—or someone—might be out there in the emptiness. When he finally stumbles across that someone, even more threads of color start to seep into the ashen world around them. This time, when Keisuke sets off down the road, someone sits beside him in the passenger seat. The first acquaintance he's ever made here, his first companion in this barren world. They're both traveling in search of something, and after searching alone for so long, maybe they'll have better luck working together? Their only lead is a witch who can answer any question—for a price. What will the two ask her, and what will she be able to tell them? More importantly, what will it cost them, and will they be willing to pay the price? | The world he woke up in is long dead, dusted in ashen powder, and yet Keisuke still sees splashes of color as he travels through it. Deserted as this world may seem, might he be able to find something out there in the emptiness? | 01KG9G02CN9QATT6KRJ95JD85W | 1.0 | 2021-09-17T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Goodbye Otherworld, See You Tomorrow: Volume 1 | Copyright (C) Kazamidori, Nimoshi 2020 Illustrations by Nimoshi | 2021-12-10T08:00:00.000Z | 0 | 0 | ||||
| PRD_3FTSNC2NQ5M0 | CNT_1WY75JDYYSZ0 | Goodbye Otherworld, See You Tomorrow CNT_09DBZ59VB0SG | CNT_09DBZ59VB0SG | 2 | 2 | 1 | Volume 2 | [] | Goodbye Otherworld, See You Tomorrow: Volume 2 | Their resolve renewed, Keisuke and Nito continue their journey through this ashen world, still searching. Though they each have their own goals, they now travel their path together as true companions. While looking for a map that might offer them clues, the pair arrive at a temple venerating a saint the people of this world believe in. At first, the temple seems to be abandoned, but in fact various other survivors have gathered around it, each carrying their own pain and their own story to tell. Keisuke and Nito decide to stop a while and help these survivors get back their smiles and their hope. Maybe they can even turn this disparate group into a community as they all work together to revive a festival of gratitude to the saint. What tales will the pair hear, and what relationships will they foster, during this stop on their heartwarming road trip through a ruined world? | Keisuke and Nito are continuing their journey through this ruined world together, having grown closer during their previous travels. They come across a temple venerating a saint and work to bring hope and happiness to the people that live around it. | 01KG9HFWKRW7Q7XCPVT3T9Z95V | 2.0 | 2021-12-09T08:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Goodbye Otherworld, See You Tomorrow: Volume 2 | Copyright (C) Kazamidori, Nimoshi 2021 Illustrations by Nimoshi | 2022-03-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);