products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_38TAZBG2ZWX0"
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_05B9NB0JJY90 | CNT_0WC8MJ28G03G | Little Devils CNT_38TAZBG2ZWX0 | CNT_38TAZBG2ZWX0 | 2 | 1 | 1 | Volume 3 | [] | Little Devils Vol. 3 | The Devil King is back and he's determined to gobble up the Little Devils and reabsorb their power! Luckily, Byron is there to protect them, but how is it that the Devil King is even alive? It's story time as the kids hear how Byron first slew the King of All Devils! | TROUBLE IN PARADISE! | 01KGA7Q40BMPGHHSS88FYT6NSW | 3.0 | 2019-10-25T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Little Devils Vol. 3 | UUUMI 2019 | 2019-12-24T08:00:00.000Z | 0 | 0 | ||||
| PRD_0QBCVNW8GRF0 | CNT_0HWMYZ3SJXB0 | Little Devils CNT_38TAZBG2ZWX0 | CNT_38TAZBG2ZWX0 | 2 | 1 | 1 | Volume 1 | [] | Little Devils Vol. 1 | When the hero Byron defeated the King of All Devils, he thought his mission was over. But instead of dying, the mighty monarch was split into twelve, adorable, trouble-making children! Now Byron has a new mission: raise these little devils as if they were his own. Fatherhood may just be this hero's greatest challenge yet! | RAISING HELL | 01KGA3NCH8EK89GVS1S3A38JVS | 1.0 | 2018-05-27T15:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Little Devils Vol. 1 | UUUMI 2016 | 2018-07-10T07:00:00.000Z | 0 | 0 | ||||
| PRD_0V3YTPFKPNB0 | CNT_1D7PTJDC8AF0 | Little Devils CNT_38TAZBG2ZWX0 | CNT_38TAZBG2ZWX0 | 2 | 1 | 1 | Volume 2 | [] | Little Devils Vol. 2 | The hero Byron used to fight demons... now he's raising them! Byron already had his hands full looking after the Little Devils, but his workload increases when God herself asks Byron to take in a monster as well! Can the Little Devils learn to play nice with their new pet? | BEWARE OF DEMON DOG | 01KG9B07698KFTH6JNZK51CTYD | 2.0 | 2019-01-20T15:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Little Devils Vol. 2 | UUUMI 2018 | 2019-03-05T08:00:00.000Z | 0 | 0 | ||||
| PRD_3J425079R2D0 | CNT_2VZ1B01337QG | Little Devils CNT_38TAZBG2ZWX0 | CNT_38TAZBG2ZWX0 | 2 | 1 | 1 | Volume 4 | [] | Little Devils Vol. 4 | Byron and the little devils have spent many days together playing, eating snacks, pulling pranks, and having fun. But now those happy times are coming to an end as the Creator himself says it is time for the devils to take over as caretakers of the Demon Realm. But what will become of Byron? Will he and the little devils really be separated forever? The conclusion to the heart-warming series, Little Devils! | HOME SWEET HELL | 01KG9CPAATV0FFXJHHTSXWMKFG | 4.0 | 2020-06-25T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Little Devils Vol. 4 | UUUMI 2019 | 2020-07-28T07: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);