products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_1H80X4W3EZZ0"
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_1357HVWS4JC0 | CNT_1EK8GECVD28G | We Started a Threesome!! CNT_1H80X4W3EZZ0 | CNT_1H80X4W3EZZ0 | 2 | 1 | 1 | Volume 2 | [] | We Started a Threesome!! Vol. 2 | It isn't easy living in a three-way marriage where everyone from your colleagues to your friends has an opinion about how you should live your life. Suisei feels caught in the middle between sweet, impulsive Emito and the fierce, possessive feelings he feels for Lia. When Emito finds himself in trouble, their bond will be put to the test in this heartfelt rollercoaster rom-com! | STUCK IN THE MIDDLE WITH YOU | 01KG9PSZ78CBM8YPPZVAQC0FXX | 2.0 | 2024-02-19T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PZ1FZ4QK0N0 | We Started a Threesome!! Vol. 2 | 2019 Katsu Aki | 2024-04-09T07:00:00.000Z | 0 | 0 | ||||
| PRD_2908WMV8PFWG | CNT_3FQJ0AWY1JRG | We Started a Threesome!! CNT_1H80X4W3EZZ0 | CNT_1H80X4W3EZZ0 | 2 | 1 | 1 | Volume 3 | [] | We Started a Threesome!! Vol. 3 | Struggling to recover from a childhood of abuse, Emito attempts to find peace with his polyamorous partners Lia and Suisei. Together, the three of them free him from his coercive mother--but is it too late for happiness? Will they be able to return to life as it was? Just when the clouds seem to have lifted, Suisei discovers something troubling about Lia's health. The story of these three lovers and their devotion to one another reaches a dizzying, dramatic climax! | HAPPILY EVER AFTER? | 01KGBCDEK0GDCWGNM7YXPXBR6M | 3.0 | 2024-08-23T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PZ1FZ4QK0N0 | We Started a Threesome!! Vol. 3 | © 2019 Katsu Aki | 2024-09-03T07:00:00.000Z | 0 | 0 | ||||
| PRD_2M2W94J3ET0G | CNT_19X5EM29CMZG | We Started a Threesome!! CNT_1H80X4W3EZZ0 | CNT_1H80X4W3EZZ0 | 2 | 1 | 1 | Volume 1 | [] | We Started a Threesome!! Vol. 1 | Childhood friends Lia, Suisei, and Emito have protected each other since childhood. Over the years, that friendship blossomed into love, and now they live as a married throuple! This sweet, spicy polyamorous slice-of-life story follows the challenges they face, the risks they take, and the intimate side of their unique three-way bond. First on the agenda: after years as the house-husband, Emito wants a part-time job! | THREE TIMES THE FUN | 01KGATF92CFBKXBYXECBDFB7D2 | 1.0 | 2023-10-12T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PZ1FZ4QK0N0 | We Started a Threesome!! Vol. 1 | 2019 Katsu Aki | 2023-12-05T08: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);