products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_0RYZ8ASVCTNG"
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_0QFBKQDVDQ5G | CNT_0WKWYGWBTB7G | How My Daddies Became Mates CNT_0RYZ8ASVCTNG | CNT_0RYZ8ASVCTNG | 2 | 1 | 1 | Volume 1 | [] | How My Daddies Became Mates Vol. 1 | As teenagers, Kuroga Akane and Shirosaki Aoi couldn't have been more different. An alpha and an omega from rival schools, their initial meeting wasn't exactly love at first sight. In fact, it was downright brutal! Fast forward to adulthood, and not only are they mated and married, but they even have an adorable daughter! How did these former delinquents go from wanting to beat each other to a pulp to falling in love?! | Sparks and fists fly in this Boys' Love omegaverse spin on the "how I met your father" trope! | 01KGBBHT5FYPXR85P0A8E74E0T | 1.0 | 2024-08-23T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | How My Daddies Became Mates Vol. 1 | ©Mikkamita 2021 | 2024-10-08T07:00:00.000Z | 0 | 0 | ||||
| PRD_2N750P0WSVWG | CNT_3HDGWWHNR3EG | How My Daddies Became Mates CNT_0RYZ8ASVCTNG | CNT_0RYZ8ASVCTNG | 2 | 1 | 1 | Volume 2 | [] | How My Daddies Became Mates Vol. 2 | Kuroga Akane and Shirosaki Aoi have come a long way from their days as teenage hoodlums. Mated and passionately in love, they've started new lives together in college. Everything seems to be going great--at least, that's how it looks on the surface. Deep down, Shirosaki can't help but worry that he's not the best match for his talented alpha partner. So when another alpha with a dubious background tries to steal Shirosaki for himself, it's up to Kuroga to prove just how strong their bond really is! | CAN'T FIGHT THE FEELING! | 01KG9R9KXDG8DT2VC1GPK3MMDM | 2.0 | 2024-12-12T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PKAG51AEAQG | How My Daddies Became Mates Vol. 2 | ©Mikkamita 2022 | 2025-01-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);