products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_05J7MWT1E210"
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_1XGT6HND8X5G | CNT_017D7TABQ2E0 | Yuri Bear Storm CNT_05J7MWT1E210 | CNT_05J7MWT1E210 | 2 | 1 | 1 | Volume 2 | [] | Yuri Bear Storm Volume 2 | When Ginko discovers a pendant that releases her hidden memories, she learns the truth about her mother and Kureha's. Despite Kureha's feelings for her, Ginko decides to distance herself from the girl she loves to keep her safe. Bears and humans can't love each other -- or so her mother said. | 01KG9D75J2WYA6QYW4138BJRDK | 2.0 | 2020-09-11T07:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1PQM5BDYSMG0 | Yuri Bear Storm Volume 2 | コピーライトなし | 2020-09-24T07:00:00.000Z | 0 | 0 | |||||
| PRD_3M4GQ1EW2GG0 | CNT_3EXCMM4PMMWG | Yuri Bear Storm CNT_05J7MWT1E210 | CNT_05J7MWT1E210 | 2 | 1 | 1 | Volume 3 | [] | Yuri Bear Storm Volume 3 | When Lulu decides to bring Yuriika and Kale with her to Japan to meet with Sumika, the two discover memories of how they both came to love the same woman -- only for her to end up married to a man she had just met. Their relationship was the start of everything... and then, tragedy struck. What will Kureha do when she discovers the truth? | 01KG9D78C69ASQGCXWZWAGKG89 | 3.0 | 2020-09-11T07:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1PQM5BDYSMG0 | Yuri Bear Storm Volume 3 | コピーライトなし | 2020-09-24T07:00:00.000Z | 0 | 0 | |||||
| PRD_3RN32M86EZQ0 | CNT_1E7SM7TZ3KXG | Yuri Bear Storm CNT_05J7MWT1E210 | CNT_05J7MWT1E210 | 2 | 1 | 1 | Volume 1 | [] | Yuri Bear Storm Volume 1 | Every night, 16-year-old Kureha has a strange dream involving lilies, storms, and... her classmate Ginko as a bear?! At school, Kureha's unassuming personality and looks render her practically invisible. Sometimes, it feels like no one notices her at all... until cute and energetic Ginko asks Kureha to talk privately one day during lunch. Maybe she really is a bear... or maybe she's just got a crush on Kureha! | 01KG9CCZSF3B9GRJARA0Y33GW5 | 1.0 | 2020-09-11T07:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1PQM5BDYSMG0 | Yuri Bear Storm Volume 1 | コピーライトなし | 2020-09-24T07: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);