products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_263CSMRA71D0"
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_0KDEQCJZZR0G | CNT_2500CTZB7X30 | Yes, No, or Maybe? CNT_263CSMRA71D0 | CNT_263CSMRA71D0 | 2 | 2 | 1 | Yes, No, or Maybe? | [] | Yes, No, or Maybe? | Kunieda Kei is the up-and-coming Prince Charming of the evening news. Inside, he's the opposite: brash, hot-tempered, and prickly as can be. For years, Kei has successfully juggled his private and professional personas--until a chance meeting with a stop motion animator threatens to bring it all crashing down. But is that really as frightening as the possibility that someone might love and accept both sides of who he is? | DO YOU KNOW WHO I AM? | 01KG9BTZ38WX77MXZ3QPBJR6RN | 1.0 | 2020-05-20T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Yes, No, or Maybe? | Michi Ichiho 2014 | 2020-07-09T07:00:00.000Z | 0 | 0 | ||||
| PRD_16KFAGMS21F0 | CNT_137NMYX8BD30 | Yes, No, or Maybe? CNT_263CSMRA71D0 | CNT_263CSMRA71D0 | 2 | 2 | 1 | Where Home Is | [] | Yes, No, or Maybe? 3 - Where Home Is | Newscaster Kei and animator Ushio have been dating for nearly two years, and whenever Kei's in trouble, Ushio's always there for him. So, of course, when rumors swirl about Kei's (nonexistent!) political plans, Ushio helps him weather the storm. But Kei's starting to realize he's not the only one who could use a shoulder to lean on. What is Ushio hiding? Why hasn't he gotten any work lately? Isn't it Kei's turn to help? | LEAN ON ME | 01KH3QKD1SH24X5HPQZ25QKQ6D | 3.0 | 2024-04-03T07:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Yes, No, or Maybe? 3 - Where Home Is | © Michi Ichiho 2016 | 2024-04-25T07:00:00.000Z | 0 | 0 | ||||
| PRD_2DCWRVKR2SCG | CNT_3B98MHRWMM3G | Yes, No, or Maybe? CNT_263CSMRA71D0 | CNT_263CSMRA71D0 | 2 | 2 | 1 | Center of the World | [] | Yes, No, or Maybe? 2 - Center of the World | Kei is comfortable in his position as an Asabi TV news anchor, but a similar show pops up in his exact same timeslot. As his competitors' ratings climb, he starts to question himself and his career choices. To make matters even worse, his hot and heavy relationship with Ushio is on the rocks and now he has nowhere to turn for comfort, forget guidance. Can Kei make it through a barrage of oddball assignments, figure out his place in the world of TV, and have a good vacation? | TROUBLE OVER THE AIRWAVES | 01KGATEETV4EPN6ZKHRS89PBTW | 2.0 | 2023-12-08T08:00:00.000Z | Seven Seas Entertainment LAB_1WABW2X3770G | GEO_1PQM5BDYSMG0 | Yes, No, or Maybe? 2 - Center of the World | Michi Ichiho 2015 | 2023-12-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);