products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_27JHR2N9CJYG"
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_33XV6KN2QWY0 | CNT_011RVT6QRXYG | Still Sick CNT_27JHR2N9CJYG | CNT_27JHR2N9CJYG | 2 | 1 | 1 | Volume 2 | [] | Still Sick Volume 2 | After finding out that her coworker Akane used to be a manga creator, Makoto encourages her new friend to recapture that dream. As an amateur comic artist herself, Makoto looks up to Akane and tries to help her overcome the difficulties that made her give up that profession in the past. Although Akane is often her own worst critic, Makoto inspires her to try reshaping her attitude toward her art. But matters become more complicated when Makoto realizes that, somewhere along the way, what started out as a professional friendship over a common interest has developed into... a serious crush! | 01KGA8MQ9VTH9PPG420BB4P94P | 2.0 | 2020-02-18T08:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1PQM5BDYSMG0 | Still Sick Volume 2 | 2020-02-26T08:00:00.000Z | 0 | 0 | ||||||
| PRD_38QEYMYJ1PT0 | CNT_0E5QB7W4A7JG | Still Sick CNT_27JHR2N9CJYG | CNT_27JHR2N9CJYG | 2 | 1 | 1 | Volume 1 | [] | Still Sick, Volume 1 | Makoto Shimizu is just an ordinary office worker, blending in seamlessly with her colleagues on the job... That is, until her coworker Akane Maekawa discovers her well-hidden secret: in her spare time, she draws and sells girls' love comics! Akane is the last person Makoto would think of as a nerd, but as the two grow closer, it starts to seem like Akane may have a secret of her own... | 01KG9BPJMEKJC1TWF7FMGMZ7ED | 1.0 | 2020-01-17T08:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1PQM5BDYSMG0 | Still Sick, Volume 1 | 2020-01-22T08:00:00.000Z | 0 | 0 | ||||||
| PRD_3B93GAW02P1G | CNT_0FNY2KWRQTQG | Still Sick CNT_27JHR2N9CJYG | CNT_27JHR2N9CJYG | 2 | 1 | 1 | Volume 3 | [] | Still Sick Volume 3 | The anticipated final volume of the whirlwind office romance is here! Akane and Makoto grow closer, as Makoto is finally able to realize her dream with someone who loves her and believes in her by her side. Are the two women finally able to confess their feelings to one another? | 01KG9EJMJYB4N89CD5G6FPJJHA | 3.0 | 2021-01-25T08:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1PQM5BDYSMG0 | Still Sick Volume 3 | 2021-01-28T08: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);