products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_0WBC73JE8J30"
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_167PSZ5ENE2G | CNT_3SJ5F8C278XG | Cover My Scars With Your Kiss CNT_0WBC73JE8J30 | CNT_0WBC73JE8J30 | 2 | 1 | 1 | Cover My Scars With Your Kiss, Volume 1 | [] | Cover My Scars With Your Kiss, Volume 1 | Seiichi Kurusu is the handsome eldest son in line to inherit a large company. After running into insecure dentist Nao Seto not once but twice coincidentally, Seiichi wonders if fate is at play. When Nao reveals that Seiichi actually reminds him of the man he's been unrequitedly in love with, Seiichi proposes a deal with him: for the length of time he receives his dental treatment from Nao, the two of them will date. Nao's tragic love history, combined with Seiichi's status as family heir and the impending countdown... can something good come from such a relationship?"[Cover My Scars With Your Kiss] is probably one of the most solid and tightly written boys' love manga I have read in a long time. [...] Honestly, this is one of those manga I could probably go on for hours about, but I need to keep this condensed. I highly recommend the story if you're a fan of romances in general, not just boys' love." — MyAJCosplay, Anime News Network"It's a good thing that one of the romantic leads is a dentist because I think this sweet tooth-rotting manga just gave me a cavity. If you like a hefty dose of fluff with your smut, Cover My Scars With Your Kiss delivers both in spades."— Lauren Orsini, Anime News Network | 01KGATHTEQDJZRVQ6YHBDKQJ3R | 1.0 | 2023-11-24T08:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1PQM5BDYSMG0 | Cover My Scars With Your Kiss, Volume 1 | 2023-12-05T08:00:00.000Z | 0 | 0 | ||||||
| PRD_24SQYRTTBB3G | CNT_35E4YR8GYBBG | Cover My Scars With Your Kiss CNT_0WBC73JE8J30 | CNT_0WBC73JE8J30 | 2 | 1 | 1 | Cover My Scars With Your Kiss, Volume 2 | [] | Cover My Scars With Your Kiss, Volume 2 | Seiichi Kurusu and Nao Seto are officially dating and living together. Even though they share a home now, their busy jobs have made it difficult for them to spend time together. When Seiichi reveals that his father has been trying to set him up with marriage interviews, Nao realizes that he doesn't want to let Seiichi go. With Seiichi's position as the eldest son set to inherit his father's company, will they be able stay together forever? | 01KG9PXXVGR9W4R2CKR4QJ80WB | 2.0 | 2024-01-24T08:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1PQM5BDYSMG0 | Cover My Scars With Your Kiss, Volume 2 | ©2021 | 2024-02-19T08: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);