products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_0XJCRG05S870"
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_06CFQGTBY0MG | CNT_3H46P5F1VT90 | After-School Bitchcraft CNT_0XJCRG05S870 | CNT_0XJCRG05S870 | 2 | 1 | 1 | Volume 2 | [] | After-School Bitchcraft, Vol. 2 | While Renji continues to train Ririka, he’s visited by none other than Berta Mathers, his former pupil and a member of the Sorcerers’ Association! She’s come to keep an eye on him, and when she finds him dabbling in forbidden magic…she’s more than ready to teach him a thing or two. But they’ve got bigger problems, as one of Berta’s colleagues catches Ririka alone and attacks her! Will Renji and Berta make it in time to save her? | 01KG9FPE5R5BXJJTF5XSH81DZC | 2.0 | 2021-06-23T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | After-School Bitchcraft, Vol. 2 | 2021-06-29T07:00:00.000Z | 0 | 0 | ||||||
| PRD_0830N2DKRK2G | CNT_15Z1S3041QD0 | After-School Bitchcraft CNT_0XJCRG05S870 | CNT_0XJCRG05S870 | 2 | 1 | 1 | Volume 3 | [] | After-School Bitchcraft, Vol. 3 | When new student Elina transfers into Class C, Ririka can’t help but notice how similar they are. And when she starts hanging out with all of Ririka’s friends, it becomes obvious that Elina’s trying to replace her! Little does she know that her new classmate is actually a fellow sorceress, and she’ll need the help of all her friends to take down this powerful witch! | 01KG9HC29FE311WQGXVS792QNA | 3.0 | 2021-10-27T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | After-School Bitchcraft, Vol. 3 | 2021-11-23T08:00:00.000Z | 0 | 0 | ||||||
| PRD_2WHE4NPGJ4NG | CNT_179QMEFZ95P0 | After-School Bitchcraft CNT_0XJCRG05S870 | CNT_0XJCRG05S870 | 2 | 1 | 1 | Volume 1 | [] | After-School Bitchcraft, Vol. 1 | Ririka Kirise’s a style-savvy high school girl who’s struggling to keep up in her chemistry class. Looking for some extra help, she opens the door to her teacher’s office—breaking his magic barrier in the process! Unbeknownst to Ririka, Renji is actually a sorcerer…and Ririka has the makings of a sorceress herself. Before she knows it, she’s wrapped up in the world of witchcraft as Renji’s apprentice—and getting into some sticky situations… | 01KGA81FB1YAVCGGJZ45DS1KJ3 | 1.0 | 2020-02-13T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | After-School Bitchcraft, Vol. 1 | 2020-03-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);