products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_0WF2MRFMPTZ0"
This data as json, CSV (advanced)
Suggested facets: description_short, 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_04C2RQKRKCR0 | CNT_04K8RQRHSGT0 | Peach Mermaid CNT_0WF2MRFMPTZ0 | CNT_0WF2MRFMPTZ0 | 2 | 1 | 1 | Volume 2 | [] | Peach Mermaid Volume 2 | Rune, the ex-mermaid, is roomies with her first love, the human boy named Riku. But whenever she tries to be intimate with him, her mermaid tail comes back, becoming a daily struggle for the two! Packed full of romance, volume two of this sexy but pure love story is sure to make you smile!! | 01KGA4JG53RKBCXS7QZTS7ZBSW | 2.0 | 2018-05-15T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Peach Mermaid Volume 2 | (C) Haru Akebono / Kodansha Ltd. | 2018-05-29T07:00:00.000Z | 0 | 0 | |||||
| PRD_0WTZBVTQGNSG | CNT_3B9KD251R0YG | Peach Mermaid CNT_0WF2MRFMPTZ0 | CNT_0WF2MRFMPTZ0 | 2 | 1 | 1 | Volume 1 | [] | Peach Mermaid Volume 1 | Rune, an “ex”-mermaid, has come out from the ocean to be with the human she's been pining for, Riku, her first love. But as fate would have it, she finds out that she'll never be able to become one with a human...?! This is the first volume of a sexy, yet pure, romantic comedy that's a bit risque, and sure to make you laugh out loud! | Highly recommended by Ruri Miyahara, the creator of The Kawai Complex Guide to Manors and Hostel Behavior and Love Lab! | 01KGA3MDSDAVZG56XJXWNJKHKJ | 1.0 | 2018-04-10T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Peach Mermaid Volume 1 | (C) Haru Akebono / Kodansha Ltd. | 2018-04-17T07:00:00.000Z | 0 | 0 | ||||
| PRD_3VBHVKQ569RG | CNT_2E0A7N1FEXTG | Peach Mermaid CNT_0WF2MRFMPTZ0 | CNT_0WF2MRFMPTZ0 | 2 | 1 | 1 | Volume 3 | [] | Peach Mermaid Volume 3 | Rune used to live on the ocean floor with the other mermaids. Now she's living on the surface with Riku, her first love. If she can be with a human, she'll turn into a real girl...but when things start getting steamy, her legs turn back into tail fins. The bond between Riku and Rune grows stronger by the day, but time's running out for their interspecies love story. Don't miss the final volume! | 01KG9ASC9G1XA7N5TDZJMYP8HC | 3.0 | 2018-11-20T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Peach Mermaid Volume 3 | (C) Haru Akebono / Kodansha Ltd. | 2018-11-27T08: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);