products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_3WHG84HJAPHG"
This data as json, CSV (advanced)
Suggested facets: listed_at, 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_143PHACJBRY0 | CNT_1VD72173MSYG | THE MERMAID PRINCE CNT_3WHG84HJAPHG | CNT_3WHG84HJAPHG | 2 | 1 | 1 | Volume 4 | [] | THE MERMAID PRINCE, Volume 4 | The mermaid who dreamed of romance became a (male) human and learned of true love.But suddenly, a male mermaid appears! And his goal is to bring Coral back with him!! Manato and Coral are completely aware of their love for each other, but their happiness is short-lived...A chaotic love that goes beyond the borders of gender and species... How will it end?! The deeply moving and surprising final volume! | 01KGA8TF5RWG7WNYJJC757FTK2 | 4.0 | 2020-04-01T07:00:00.000Z | Coamix LAB_28S99QQ57PGG | GEO_1PKAG51AEAQG | THE MERMAID PRINCE, Volume 4 | (C)2013 by YUANA KAZUMI/COAMIX | 2020-05-12T07:00:00.000Z | 0 | 0 | |||||
| PRD_18G1WXEMM7X0 | CNT_3TQM2CXC3RZG | THE MERMAID PRINCE CNT_3WHG84HJAPHG | CNT_3WHG84HJAPHG | 2 | 1 | 1 | Volume 3 | [] | THE MERMAID PRINCE, Volume 3 | ""I should've never become human!"" Where will pure-hearted Coral's first love lead her? Her wish to ""become a human and fall in love""was caused by one man: Kota. Sango, who miraculously reunites with Kota in the human world, is oblivious to Manato 's feelings and keeps in high spirits?! | 01KGA8TE2BV9MWA3V4RMJSGM3C | 3.0 | 2020-03-04T08:00:00.000Z | Coamix LAB_28S99QQ57PGG | GEO_1PKAG51AEAQG | THE MERMAID PRINCE, Volume 3 | (C)2013 by YUANA KAZUMI/COAMIX | 2020-04-14T07:00:00.000Z | 0 | 0 | |||||
| PRD_1F6GFG8YG6W0 | CNT_1T21DYKMEQRG | THE MERMAID PRINCE CNT_3WHG84HJAPHG | CNT_3WHG84HJAPHG | 2 | 1 | 1 | Volume 2 | [] | THE MERMAID PRINCE, Volume 2 | The Little Mermaid's tragic tale has made love a ""taboo"" in the mermaid world. Manato saves the life of a beautiful mermaid, Coral, who turns into a (male!) human. She wishes to ""fall in love"", and the reason can be traced back to her encounter with a certain human. The sad, heartrending past of the human and Coral is revealed! | 01KGA8TCYHK03WZDNCT23QX3YS | 2.0 | 2020-03-04T08:00:00.000Z | Coamix LAB_28S99QQ57PGG | GEO_1PKAG51AEAQG | THE MERMAID PRINCE, Volume 2 | (C)2013 by YUANA KAZUMI/COAMIX | 2020-03-10T07:00:00.000Z | 0 | 0 | |||||
| PRD_2EV8Y1E920SG | CNT_1RKVP750X1J0 | THE MERMAID PRINCE CNT_3WHG84HJAPHG | CNT_3WHG84HJAPHG | 2 | 1 | 1 | Volume 1 | [] | THE MERMAID PRINCE, Volume 1 | The beautiful mermaid I fell in love with became human.A "male" human.Manato Koganei, a part-time worker on the brink of despair meets a beautiful mermaid shining in the moonlit night (and she's all battered up for some reason)?! She says she wants to "become human and fall in love", and is successfully reborn... but with a "third leg"?!!! A non-human existence? A sex change?? BL??? Say hello to a very odd love comedy~ | 01KGA81DB95216QSQYYJMMVCDT | 1.0 | 2020-02-03T08:00:00.000Z | Coamix LAB_28S99QQ57PGG | GEO_1PKAG51AEAQG | THE MERMAID PRINCE, Volume 1 | (C)2013 by YUANA KAZUMI/COAMIX | 2020-02-25T08: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);