products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_2G1N08F623C0"
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_0ND1A83QY9E0 | CNT_3QA3256A35E0 | Sunbeams in the Sky CNT_2G1N08F623C0 | CNT_2G1N08F623C0 | 2 | 1 | 1 | Volume 1 | [] | Sunbeams in the Sky, Vol. 1 | Himari Akeno can’t wait to start high school! Even though she’s parting ways with her twin sister, Mio, Himari’s enthusiasm to start this new chapter of her life is palpable—that is, until a traumatic incident sends her home to hide in her room…Watching Himari’s dreams shatter is more than Mio can bear, especially when her sister still longs for an ordinary student life. Determined to see her twin get back out into the world, Mio “catches a cold” and convinces her sister to fill in until she “recovers.” As long as the shy, introverted Himari can pull off impersonating the bubbly, energetic Mio, nothing could go wrong…right? | 01KGB2ZVJNN9SKGGE6SQN6STWA | 1.0 | 2022-12-07T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | Sunbeams in the Sky, Vol. 1 | 2023-04-18T00:00:00.000Z | 0 | 0 | ||||||
| PRD_3AFDBN829PZG | CNT_2ESRR8VXT5K0 | Sunbeams in the Sky CNT_2G1N08F623C0 | CNT_2G1N08F623C0 | 2 | 1 | 1 | Volume 2 | [] | Sunbeams in the Sky, Vol. 2 | Someone at the culture festival has figured out Himari and Mio’s switcheroo—but Mio’s only got Asaka on her mind! There’s a popular legend that if two people hold hands during the culture festival after-party, they’ll become a loving couple…so things might just work out if she plays her cards right on their date! Inspired by her friend’s resolve, Shizuku decides to confess her feelings to Tsukiyono—who seems to be hiding a secret of his own. As the sisters’ double lives get more and more tangled, can they continue to keep up the facade? | 01KGB6HP8VTRC5EQNND9YKBCQ5 | 2.0 | 2023-05-16T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | Sunbeams in the Sky, Vol. 2 | 2023-08-22T00:00:00.000Z | 0 | 0 | ||||||
| PRD_3FZR51YBFR7G | CNT_22YYANVJWQV0 | Sunbeams in the Sky CNT_2G1N08F623C0 | CNT_2G1N08F623C0 | 2 | 1 | 1 | Volume 3 | [] | Sunbeams in the Sky, Vol. 3 | The jig is up—Tsukiyono and Asaka discovered Himari and Mio’s secret! Now that the twins have been found out, the two boys have their own confessions to make. But skies aren’t clear for Himari just yet, as her fears still cloud her mind. Will she be able to overcome her trauma and reclaim her fun high school years? | 01KH3EXV96QSE6T174AXECR50K | 3.0 | 2023-05-31T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1KB2KYDQ0JGG | Sunbeams in the Sky, Vol. 3 | 2023-11-21T00: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);