products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_3CVTJQ0YCFMG"
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_0HRNWN8NP6P0 | CNT_1BBRAG2V20N0 | The Black Cat & the Vampire CNT_3CVTJQ0YCFMG | CNT_3CVTJQ0YCFMG | 2 | 1 | 1 | Volume 1 | [] | The Black Cat & the Vampire, Volume 1 | Blanc College is a prestigious all-boys boarding school where the sons of well-respected families from all over the world study and learn to be independent. Yuki, a first-year attending Blanc College on a scholarship, is the perfect student: at the top of his class, quiet and polite. He's a bit of a loner, keeping others at arm's length — except Jean, the devastatingly charming Head Boy, who seems entirely immune to Yuki's aloof attitude. Their school days are peaceful until, one day, a student gets attacked, and ends up with a wound on his neck that looks suspiciously like a vampire bite! Yuki doesn't have time for this nonsense. And besides, vampires aren't even real... right? | 01KG9P0Y8J2KG8CMBPCMCWRE3C | 1.0 | 2023-08-10T07:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1PQM5BDYSMG0 | The Black Cat & the Vampire, Volume 1 | ©2021 | 2023-08-19T07:00:00.000Z | 0 | 0 | |||||
| PRD_22RW96ZYF220 | CNT_22J4PWVHHWX0 | The Black Cat & the Vampire CNT_3CVTJQ0YCFMG | CNT_3CVTJQ0YCFMG | 2 | 1 | 1 | Volume 2 | [] | The Black Cat & the Vampire, Volume 2 | Studious Yuki Hasegawa found himself pursued by the unbearably popular Jean Michele and embroiled in a potentially deadly search for a monster hiding among the students of Blanc College boarding school. When Jean accidentally bites Yuki after their school dance, Yuki is forced to come to terms with the idea that vampires are real and Blanc College is full of them. When Jean explains the cruel power of a human's love, Yuki wonders if the only way to keep vampires from feeling that cursed urge to drink blood if for humans not love them. Will Yuki be able to stop his budding feelings for Jean now that he knows what fate awaits them...? | 01KGASKMAYHKBNFRQX0N03V002 | 2.0 | 2023-09-15T07:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1PQM5BDYSMG0 | The Black Cat & the Vampire, Volume 2 | ©2021 | 2023-09-22T07: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);