products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_1JBS5STFW8Y0"
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_0YHP5YBC2W7G | CNT_2K24ZXA19GHG | She's My Knight CNT_1JBS5STFW8Y0 | CNT_1JBS5STFW8Y0 | 2 | 1 | 1 | Volume 1 | [] | She's My Knight 1 | Haruma Ichinose, 17, has been popular since he was born. So popular, in fact, that he figured no one could even come close...until he met Yuki Mogami. She's tall, cool, collected, and totally makes him crazy. He may just be in love...but can he deal with falling for someone even more dashing than himself? | 01KG9E4D3SHBN2PC0T6Y4ZCSS6 | 1.0 | 2021-03-11T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | She's My Knight 1 | She's My Knight Saisou/Kodansha Ltd. | 2021-03-30T07:00:00.000Z | 0 | 0 | |||||
| PRD_1A7TRNPJXC30 | CNT_31B4DWR46YS0 | She's My Knight CNT_1JBS5STFW8Y0 | CNT_1JBS5STFW8Y0 | 2 | 1 | 1 | Volume 3 | [] | She's My Knight 3 | Ichinose, a handsome but unfortunate young man with the personality of a female shojo manga protagonist, wants to get closer to Mogami during their school trip. At first it looks like his plans are going to be about as ineffective as always, but suddenly, Mogami seems strangely conscious of Ichinose for some reason too...? This odd couple, who've been at a standstill for so long, finally take a step forward!! | 01KGB5ZX9FJ76ZV8FW4QRH3X0X | 3.0 | 2023-03-13T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | She's My Knight 3 | Saisou/Kodansha Ltd. | 2023-03-21T07:00:00.000Z | 0 | 0 | |||||
| PRD_2K6J05Z24BSG | CNT_069WW710YNM0 | She's My Knight CNT_1JBS5STFW8Y0 | CNT_1JBS5STFW8Y0 | 2 | 1 | 1 | Volume 2 | [] | She's My Knight 2 | Haruma Ichinose secretly harbors feelings for Yuki Mogami, his princely classmate. Constantly flustered by her charm, Ichinose finally decides to confess his true feelings to her! But being the stereotypical heroine that he is, he somehow finds himself getting kidnapped by one of the delinquents at school. Will Ichinose manage to tell Mogami-kun about his feelings? And even if he does, will he really get his meaning across to the oblivious Mogami-kun? | 01KG9FQ6YR1XW2JP8CJ8174FV4 | 2.0 | 2021-07-08T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | She's My Knight 2 | She's My Knight Saisou/Kodansha Ltd. | 2021-07-27T07: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);