products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_1QWP126DRF10"
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_0BQ5F39J4YS0 | CNT_0155A205W2S0 | Fairy Tale Battle Royale CNT_1QWP126DRF10 | CNT_1QWP126DRF10 | 2 | 1 | 1 | Volume 1 | [] | Fairy Tale Battle Royale Vol. 1 | Kuninaka Aoba, a mercilessly bullied ninth grader, receives a magical contract that grants her greatest wish, but at what cost? Suddenly, Aoba is thrust down a rabbit hole into a strangely familiar world from children's stories--only this version comes with a dark and gruesome twist. In this Wonderland, it's kill or be killed, in a dark fairy tale fight for survival! | WHO WILL BE THE LAST FAIRY TALE STANDING? | 01KGA3RGQZHSZAJ00TY7BFHYMM | 1.0 | 2018-09-24T15:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Fairy Tale Battle Royale Vol. 1 | Soraho Ina 2017 | 2018-10-16T07:00:00.000Z | 0 | 0 | ||||
| PRD_0JY6YEZ7ZGBG | CNT_0P7JBCH5QCA0 | Fairy Tale Battle Royale CNT_1QWP126DRF10 | CNT_1QWP126DRF10 | 2 | 1 | 1 | Volume 3 | [] | Fairy Tale Battle Royale Vol. 3 | Aoba heads back to the Story World to see if she can find out just what is going on there, only to discover someone's waiting for her--Peter Pan! He might look friendly, but his intent is far from benign. He wants Aoba to be his Wendy and won’t take no for an answer! | OFF TO NEVERLAND | 01KGA77WF1R1T63DRGM2QAFFDK | 3.0 | 2019-05-31T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Fairy Tale Battle Royale Vol. 3 | Soraho Ina 2018 | 2019-07-30T07:00:00.000Z | 0 | 0 | ||||
| PRD_14253DBKWBGG | CNT_28YZ956Y0ZJG | Fairy Tale Battle Royale CNT_1QWP126DRF10 | CNT_1QWP126DRF10 | 2 | 1 | 1 | Volume 2 | [] | Fairy Tale Battle Royale Vol. 2 | Noah knows how to return to the Story World, and he's hoping Aoba will meet him there! Despite her fear of that terrifying place, she can't deny the simple truth: she wants to go back. | BACK DOWN THE RABBIT HOLE | 01KG9B0FKBRVQQKY4VTBFCEKD9 | 2.0 | 2019-01-20T15:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Fairy Tale Battle Royale Vol. 2 | Soraho Ina 2017 | 2019-02-19T08:00:00.000Z | 0 | 0 | ||||
| PRD_1TVK0DGB0980 | CNT_053NCP5DEYMG | Fairy Tale Battle Royale CNT_1QWP126DRF10 | CNT_1QWP126DRF10 | 2 | 1 | 1 | Volume 4 | [] | Fairy Tale Battle Royale Vol. 4 | As Aoba travels the Story World in search of answers, she and Red Riding Hood encounter a new Protagonist who offers them their most heartfelt dreams in the light of a burning match. But what Aoba learns about the fate of all Protagonists is far more devastating. | BURNING BRIGHT | 01KG9D57A4058C4K2AFYVF6HNZ | 4.0 | 2020-09-09T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Fairy Tale Battle Royale Vol. 4 | Soraho Ina 2020 | 2020-11-03T08: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);