products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_19H3KJ2B7VXG"
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_0YS85J5DND40 | CNT_3JRWVRXZ3JE0 | Seven Deadly Sins: Seven Days CNT_19H3KJ2B7VXG | CNT_19H3KJ2B7VXG | 2 | 1 | 1 | Volume 2 | [] | Seven Deadly Sins: Seven Days 2 | Elaine thought her troubles were over when she convinced Ban to give up on stealing the Fountain of Life, but keeping the rowdy young man in check might be more than one Saint can handle! While Ban's antics fulfill his promise to alleviate the last 700 years of loneliness, Elaine wishes he'd take up his thieving ways once more and steal her heart instead. Just when happiness is within reach for these two, an evil shadow covers the Fairy King's Forest, threatening to destroy all in its path... Final Volume! | A Love Worth Dying For | 01KG9ARSDNBE48Q3NYZDZVRFBY | 2.0 | 2018-11-13T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Seven Deadly Sins: Seven Days 2 | (C) Nakaba Suzuki, Yo Kokikuji, Mamoru Iwasa Kodansha Ltd. | 2018-12-04T08:00:00.000Z | 0 | 0 | ||||
| PRD_31YABKH9DNQ0 | CNT_0KKQZ7N0H9K0 | Seven Deadly Sins: Seven Days CNT_19H3KJ2B7VXG | CNT_19H3KJ2B7VXG | 2 | 1 | 1 | Volume 1 | [] | Seven Deadly Sins: Seven Days 1 | Ban is a young, opportunistic thief, drawn to the Fairy King’s Forest by the rumor that it holds the most splendid, invaluable treasure of all: the Fountain of Life. But when he meets the Saint of the Fountain, a young Fairy named Elaine, he finds the treasure he most desires may not be the one he originally came to seek. Thus begins the tale of the fated romance between Ban of The Seven Deadly Sins and Elaine, the Fairy King’s sister! Official prequel manga to The Seven Deadly Sins ! | The Thief and the Saint | 01KGA3RCK7KVA3MSA46T4C0VB4 | 1.0 | 2018-09-18T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Seven Deadly Sins: Seven Days 1 | (C) Nakaba Suzuki, Yo Kokikuji, Mamoru Iwasa Kodansha Ltd. | 2018-10-02T07: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);