products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_0W9G1YDNZQK0"
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_25ZMZ6V8S4HG | CNT_3C8KFM4JMZW0 | Middle-Aged Businessman, Arise in Another World! CNT_0W9G1YDNZQK0 | CNT_0W9G1YDNZQK0 | 2 | 2 | 1 | Volume 1 | [] | Middle-Aged Businessman, Arise in Another World! Volume 1 | Onigawara Shouzou spends his days working a tiresome job at an IT company, but his life changes when, on a rainy night, he meets a goddess named Silvia--and that's not an exaggeration, she's an actual goddess! That night, she stays in Shouzou's apartment, and their growing attraction to one another becomes more apparent as the night goes on... The next 13 years of Shouzou's life pass by in a flash, and he couldn't be happier with his new job, beautiful wife Silvia, three daughters, and brand new home. But due to some unfortunate circumstances, his house and everyone in it get transported to another world full of magic and monsters! After finding out they can't go back to their world for at least a year, Shouzou decides that he must support his family the only way he knows how: by joining the sales department of a local guild! | Onigawara Shouzou, a married father of three, must put his sales skills to the test when his family and their entire house get transported to a whole new world of monsters and magic! | 01KGA6208XEZS4R9YQ9TXP7AEX | 1.0 | 2019-07-17T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Middle-Aged Businessman, Arise in Another World! Volume 1 | Copyright (C) 2017 Sai SumimoriIllustrations by Ichijirushi | 2019-08-11T07:00:00.000Z | 0 | 0 | ||||
| PRD_2ZW2ZAAGNC40 | CNT_0QRA4NW6T8AG | Middle-Aged Businessman, Arise in Another World! CNT_0W9G1YDNZQK0 | CNT_0W9G1YDNZQK0 | 2 | 2 | 1 | Volume 2 | [] | Middle-Aged Businessman, Arise in Another World! Volume 2 | Having successfully brought Elunheine Adventurer's Guild to the top of the adventuring industry in the fortress city of Treia, Onigawara Shouzou wastes no time in setting his sights on an even bigger title: top of the country! Along the way, he finds himself dealing with more dragons, royalty, international intrigue, and... child education? Armed with his characteristic business acumen and incredible openness, he faces everything head on together with his beloved family, wacky coworkers, wise dad friends, and a whole new cast of colorful characters! | After raising Elunheine Adventurer's Guild to the top guild in Treia, Shouzou sets his sights even higher: he wants to make Elunheine the top guild in the country in this final volume! | 01KGA7EA5YVMYNDCE24R0NZJW4 | 2.0 | 2019-08-07T07:00:00.000Z | J-Novel Club LAB_30X9NTZYDFV0 | GEO_1PQM5BDYSMG0 | Middle-Aged Businessman, Arise in Another World! Volume 2 | Copyright (C) 2017 Sai SumimoriIllustrations by Ichijirushi | 2019-10-08T07: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);