products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
2 rows where series_id = "CNT_1YB57HGCRGGG"
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_1V1SG20X19S0 | CNT_20T3B7PV9110 | Alter Ego CNT_1YB57HGCRGGG | CNT_1YB57HGCRGGG | 2 | 1 | 1 | Volume 2: Noel & June | [] | Alter Ego 2: Noel & June | <DIV><B>The long-awaited sequel to Spanish artist Ana C. Sánchez's heart-pounding lesbian romance, <I>Alter Ego</I>.</B><BR /><BR /> After coming to terms with their feelings toward one another, Noel and June are taking things one day at a time. Their first real date leads to another, familiarity becoming intimacy as they spend more and more time together, staying the night, sharing their secrets, and going on double dates with their friend Elena and her boyfriend. </DIV><DIV> </DIV><DIV> But not everything is sunshine and roses between them - Noel's uptight, prickly personality and June's lackadaisical attitude means they're destined to clash on things big and small. After their latest blowup leaves Noel helplessly angry and full of self-recrimination for being unable to accept June's past, she finds herself wondering - are the two of them just too different to be together? </DIV> | 01KPHY5T166N4S5EVSPN1JP853 | 2.0 | 2025-01-10T08:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1G15ETQ2GP3G | Alter Ego 2: Noel & June | © 2021 | 2025-03-04T00:00:00.000Z | 0 | 0 | |||||
| PRD_2GNN7SAH8MQ0 | CNT_11ZYXG2DP810 | Alter Ego CNT_1YB57HGCRGGG | CNT_1YB57HGCRGGG | 2 | 1 | 1 | Alter Ego | [] | Alter Ego | Noel has always been in love with her best friend Elena, but she's never been able to find the courage to confess her feelings. Then, when her friend starts dating a boy, Noel's world collapses as she sees her chance at love slipping away. One night, in a moment of desperation, Noel ends up confessing her feelings for Elena to a complete stranger — but as fate would have it, this stranger turns out to be a girl named June, Elena's other best friend... and Noel's rival in love! Worst of all, now June knows Noel's secret. With everything suddenly going wrong, how can Noel ever win the girl of her dreams? The heart-pounding romantic drama by breakout Spanish artist Ana C. Sánchez! | 01KG9E2EMRE6K3FEEAJ84SZ1AY | 1.0 | 2021-01-25T08:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1PQM5BDYSMG0 | Alter Ego | 2021-01-28T08: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);