products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_2B8AKHBRYKV0"
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_021D34BSX9F0 | CNT_1S0FW4K10530 | How Misuzu Got a Leg Up CNT_2B8AKHBRYKV0 | 3 | 1 | 1 | Chapter 4 | [] | How Misuzu Got a Leg Up (4) | Misuzu's humdrum office lady existence starts to change big-time when she catches an ace salesman in the act with a member of the opposite sex - and in a company meeting room. no less! Playing stupid the next day is futile as Misuzu is cornered by the handsome salesman and sworn to secrecy - but his subsequent advances might make Misuzu next in line! | 01KGB18SSAFTDX7MBKZRK8VHMF | 4.0 | 2024-04-05T07:00:00.000Z | G2Comix (DE) LAB_0YQB7MSEB4M0 | GEO_1PQM5BDYSMG0 | How Misuzu Got a Leg Up (4) | ⒸHaruko Sakuma/G2Comix | 2024-04-05T07:00:00.000Z | 0 | 0 | ||||||
| PRD_06QWEQ53S8E0 | CNT_3RAWZP99F4C0 | How Misuzu Got a Leg Up CNT_2B8AKHBRYKV0 | 3 | 1 | 1 | Chapter 2 | [] | How Misuzu Got a Leg Up (2) | Misuzu's humdrum office lady existence starts to change big-time when she catches an ace salesman in the act with a member of the opposite sex - and in a company meeting room. no less! Playing stupid the next day is futile as Misuzu is cornered by the handsome salesman and sworn to secrecy - but his subsequent advances might make Misuzu next in line! | 01KGB18QTDFZHJNQX37T8GFMA8 | 2.0 | 2024-04-05T07:00:00.000Z | G2Comix (DE) LAB_0YQB7MSEB4M0 | GEO_1PQM5BDYSMG0 | How Misuzu Got a Leg Up (2) | ⒸHaruko Sakuma/G2Comix | 2024-04-05T07:00:00.000Z | 0 | 0 | ||||||
| PRD_20ENMETYV9YG | CNT_2RN6CDE56MWG | How Misuzu Got a Leg Up CNT_2B8AKHBRYKV0 | 3 | 1 | 1 | Chapter 3 | [] | How Misuzu Got a Leg Up (3) | Misuzu's humdrum office lady existence starts to change big-time when she catches an ace salesman in the act with a member of the opposite sex - and in a company meeting room. no less! Playing stupid the next day is futile as Misuzu is cornered by the handsome salesman and sworn to secrecy - but his subsequent advances might make Misuzu next in line! | 01KGB18SAHFP70TKPQQ2CHMP1D | 3.0 | 2024-04-05T07:00:00.000Z | G2Comix (DE) LAB_0YQB7MSEB4M0 | GEO_1PQM5BDYSMG0 | How Misuzu Got a Leg Up (3) | ⒸHaruko Sakuma/G2Comix | 2024-04-05T07:00:00.000Z | 0 | 0 | ||||||
| PRD_2BDMJMPB3QWG | CNT_2VA0FATP0JYG | How Misuzu Got a Leg Up CNT_2B8AKHBRYKV0 | 3 | 1 | 1 | Chapter 1 | [] | How Misuzu Got a Leg Up (1) | Misuzu's humdrum office lady existence starts to change big-time when she catches an ace salesman in the act with a member of the opposite sex - and in a company meeting room. no less! Playing stupid the next day is futile as Misuzu is cornered by the handsome salesman and sworn to secrecy - but his subsequent advances might make Misuzu next in line! | 01KGB06B5HEWRD4PBWW8VXXJD3 | 1.0 | 2024-04-05T07:00:00.000Z | G2Comix (DE) LAB_0YQB7MSEB4M0 | GEO_1PQM5BDYSMG0 | How Misuzu Got a Leg Up (1) | ⒸHaruko Sakuma/G2Comix | 2024-04-05T07: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);