products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_015RR65G45J0"
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_0N0CV0A0Q5Y0 | CNT_0KCK5QHVBB8G | Cat Massage Therapy CNT_015RR65G45J0 | CNT_015RR65G45J0 | 2 | 1 | 1 | Volume 2 | [] | Cat Massage Therapy Vol. 2 | Having developed an addiction to the cats' comforting and therapeutic massages, Nekoyama and his fellow office workers return to the parlor. The cats work whenever they want, but lucky for Nekoyama and company, the parlor is open today. There's even a new cat working there! | Peeping Tom Cat | 01KGAGEF2RKF609DWYM0KBGY4Y | 2.0 | 2022-04-20T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | Cat Massage Therapy Vol. 2 | 2021 Haru Hisakawa | 2022-04-26T07:00:00.000Z | 0 | 0 | ||||
| PRD_1Z7BHVCEQQ50 | CNT_3PKMB4QFKMHG | Cat Massage Therapy CNT_015RR65G45J0 | CNT_015RR65G45J0 | 2 | 1 | 1 | Volume 3 | [] | Cat Massage Therapy Vol. 3 | It's always nice to have more friends and customers. As they say, the more the merrier! However, when Nekoyama and company visit the cat massage therapists one day, they find a new massage parlor right next door--run by dogs! Now the two parlors will have to fight like, well, cats and dogs to keep their customers! | HOUNDED OUT OF BUSINESS?! | 01KGAJDSYZ5JJJ1M0SZGCA38H0 | 3.0 | 2022-07-29T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | Cat Massage Therapy Vol. 3 | 2021 Haru Hisakawa | 2022-09-27T07:00:00.000Z | 0 | 0 | ||||
| PRD_3PC33BMFFJYG | CNT_278FH1ZDRQ5G | Cat Massage Therapy CNT_015RR65G45J0 | CNT_015RR65G45J0 | 2 | 1 | 1 | Volume 1 | [] | Cat Massage Therapy Vol. 1 | Nekoyama, worn out after another long day at the office, stops at a therapeutic massage parlor--only to discover that it's run by a cat! Not only that, but the cat actually does the massaging?! As the professional "meowsseur" digs soft toe beans into Nekoyama's aching muscles, his heart warms and his worries melt away. This is only the beginning, as he and other world-weary workers are about to meet the other feline professionals who have mastered pawfully cute techniques to reduce human stress. | The Purr-fect Stress Release | 01KGADEANZEFA2QRPEWKF3RHET | 1.0 | 2021-11-26T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | Cat Massage Therapy Vol. 1 | 2020 Haru Hisakawa | 2021-12-21T08: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);