products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_024F4B18P100"
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_185278KEMFWG | CNT_0DXJ2RX1V300 | Orochi: The Perfect Edition CNT_024F4B18P100 | CNT_024F4B18P100 | 2 | 1 | 1 | Volume 4 | [] | Orochi: The Perfect Edition, Vol. 4 | The fourth and final volume of Umezz's classic horror manga begins with "Eyes," in which Orochi encounters a girl who can see more than anyone expects, despite being blind. And "Blood" brings Orochi into the strange twisting lives of two sisters, neither of whom is what she seems to be. | 01KGBFVVCYT2K9YBC88Q6ACWDK | 4.0 | 2024-11-26T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PZ1FZ4QK0N0 | Orochi: The Perfect Edition, Vol. 4 | OROCHI: UMEZZ PERFECTION! © 2005 Kazuo UMEZZ/SHOGAKUKAN | 2024-11-26T08:00:00.000Z | 0 | 0 | |||||
| PRD_1CVJJVCGGE3G | CNT_2D8F2AKA6210 | Orochi: The Perfect Edition CNT_024F4B18P100 | CNT_024F4B18P100 | 2 | 1 | 1 | Volume 1 | [] | Orochi: The Perfect Edition, Vol. 1 | Umezz's classic horror manga opens with "Sisters," in which Orochi affects the lives of two wealthy siblings who couldn't be more alike...or more different. Next, in "Bones," Orochi helps a man come back to life after a terrible accident, but resurrection can be a deadly business... | 01KGBEWDZ96HX5RNXFXYC09KNG | 1.0 | 2024-11-26T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PZ1FZ4QK0N0 | Orochi: The Perfect Edition, Vol. 1 | OROCHI: UMEZZ PERFECTION! © 2005 Kazuo UMEZZ/SHOGAKUKAN | 2024-11-26T08:00:00.000Z | 0 | 0 | |||||
| PRD_2B3CQKQPDR60 | CNT_0MAPPTZHZWFG | Orochi: The Perfect Edition CNT_024F4B18P100 | CNT_024F4B18P100 | 2 | 1 | 1 | Volume 3 | [] | Orochi: The Perfect Edition, Vol. 3 | The third volume of Umezz's classic horror manga begins with "Stage," in which Orochi encounters a child who insists a mysterious "morning-man" has killed his father. But who is he really? Then, a group of stranded soldiers succumb to unimaginable depravity in order to survive. In "Combat," their story comes back to haunt them...and others. | 01KGBFWA1S47WC0DN0DCPDR436 | 3.0 | 2024-11-26T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PZ1FZ4QK0N0 | Orochi: The Perfect Edition, Vol. 3 | OROCHI: UMEZZ PERFECTION! © 2005 Kazuo UMEZZ/SHOGAKUKAN | 2024-11-26T08:00:00.000Z | 0 | 0 | |||||
| PRD_3EJASJXKJEC0 | CNT_1DK8J1R61JHG | Orochi: The Perfect Edition CNT_024F4B18P100 | CNT_024F4B18P100 | 2 | 1 | 1 | Volume 2 | [] | Orochi: The Perfect Edition, Vol. 2 | The second volume of Umezz's classic horror manga begins with "Prodigy," in which Orochi watches from the shadows while a baby boy matures and proves that you never know who someone will grow up to be. In "Home," Orochi accompanies a man home after an accident—but as they say, you can never go home again... Finally, in "Key," the rules of good and evil are blurred for two families when Orochi moves into a new apartment. | 01KGBFVTA9Z3PRXTMHPR92MXDG | 2.0 | 2024-11-26T08:00:00.000Z | VIZ Media LAB_15X2T7H1V07G | GEO_1PZ1FZ4QK0N0 | Orochi: The Perfect Edition, Vol. 2 | OROCHI: UMEZZ PERFECTION! © 2005 Kazuo UMEZZ/SHOGAKUKAN | 2024-11-26T08: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);