products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_1QXRGXMFQSG0"
This data as json, CSV (advanced)
Suggested facets: copyright, 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_08MP05ZZBEW0 | CNT_0YPZE41NCA2G | The Golden Sheep CNT_1QXRGXMFQSG0 | CNT_1QXRGXMFQSG0 | 2 | 1 | 1 | Volume 1 | [] | The Golden Sheep 1 | “From the creator of the acclaimed The Gods Lie comes Kaori Ozaki's latest series! Winter of junior year. Not quite able to become adults, we couldn't stay as we were as children, either. Our tale explores a group of teenagers and their impatience and rebirth. “They say if you write down your wish, bury it under Sheep Tower and then dig it up after 7 years and 7 months, your wish will come true…” Tsugu Miikura, a high schooler who loves to play guitar, due to family circumstances, moved away from the rural town where she had spent her childhood. After several years, she's back in her old hometown. She reunites with her childhood friends--Sora, Yuushin, and Asari--the friends she’d buried a time capsule with back in elementary school. Tsugu is overjoyed to be with her friends once more, but the bonds that she thought would never change have in fact started to grow major cracks…” | 01KGA63K79HYYG5EJRHV2D05R6 | 1.0 | 2019-09-10T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | The Golden Sheep 1 | (C) Kaori Ozaki / Kodansha Ltd. | 2019-09-18T08:00:00.000Z | 0 | 0 | |||||
| PRD_0K2C3M173H9G | CNT_2R7CDQSMCK20 | The Golden Sheep CNT_1QXRGXMFQSG0 | CNT_1QXRGXMFQSG0 | 2 | 1 | 1 | Volume 2 | [] | The Golden Sheep 2 | After rumors start to spread at school that Tsugu and Sora have run off together to Tokyo, Asari tries to get closer to Yuushin. Yuushin, having lost his living punching bag, is left with aimless aggression, until he asks his coach to let him take the pro boxing test. In Tokyo, the old friends collide and painful truths are laid bare... | 01KG9BJSBN90PB2MDF7RTGH29W | 2.0 | 2020-02-04T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | The Golden Sheep 2 | Kaori Ozaki / Kodansha Ltd. | 2020-02-11T08:00:00.000Z | 0 | 0 | |||||
| PRD_39JR5BB5NBXG | CNT_0QGF265NEWY0 | The Golden Sheep CNT_1QXRGXMFQSG0 | CNT_1QXRGXMFQSG0 | 2 | 1 | 1 | Volume 3 | [] | The Golden Sheep 3 | Tsugu and Sora ran away from home, Yuushin took on the challenging professional boxer test, and Asari broke off ties with the girls in her class ... Nothing is turning out the way they'd hoped. Even in the face of such painful headwinds, they continue their restless adolescent journey ... | 01KGA8NAMZ80TDTQDCN8MRV293 | 3.0 | 2020-02-18T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | The Golden Sheep 3 | Kaori Ozaki / Kodansha Ltd. | 2020-03-10T07: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);