products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_251M8D46PSZ0"
This data as json, CSV (advanced)
Suggested facets: listed_at, copyright, on_sale_at, 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_0NMN29EEYN4G | CNT_3N59HB3WJTEG | SECOND CHANCES CNT_251M8D46PSZ0 | 3 | 1 | 1 | There's No Accounting For Love! | [] | SECOND CHANCES: There's No Accounting For Love! | I'm proud of the work I do, and I give it my all. The only reason I can keep trekking despite my colleagues calling me a bitch is this young guy...a pop star. But who do I bump into at his concert one day!? | 01KGA3PYQ5NF2NX2S4WSNSYYWX | 1.0 | 2018-09-01T07:00:00.000Z | Hakusensha LAB_254RC5A3DQ30 | GEO_1PQM5BDYSMG0 | SECOND CHANCES: There's No Accounting For Love! | (C)Yuriko Matsukawa/HAKUSENSHA | 2018-09-01T07:00:00.000Z | 0 | 0 | ||||||
| PRD_1450KFVA9QVG | CNT_0KZGS3AN2VZG | SECOND CHANCES CNT_251M8D46PSZ0 | 3 | 1 | 1 | Don't Let Me Down! | [] | SECOND CHANCES: Don't Let Me Down! | Kyoko was so in love... nowadays, she doesn't know what Aki's thinking. Work's not going well, one of her best friends from high school is having a shotgun wedding with her soulmate... and she just keeps comparing herself to others. When's her life-changing miracle going to happen...? | 01KGA6BYH9QZDG18DVQ5DR1FRY | 1.0 | 2019-02-01T08:00:00.000Z | Hakusensha LAB_254RC5A3DQ30 | GEO_1PQM5BDYSMG0 | SECOND CHANCES: Don't Let Me Down! | (C)Yuriko Matsukawa | 2019-02-01T08:00:00.000Z | 0 | 0 | ||||||
| PRD_37XRT585BQ40 | CNT_3GAT9TFGWCE0 | SECOND CHANCES CNT_251M8D46PSZ0 | 3 | 1 | 1 | The Kitten Bride | [] | SECOND CHANCES: The Kitten Bride | Thanks to a cute cat, Keiko meets Koichiro, a vet who loves his job. However, she can't tell him about her past... Does she have the courage to open her heart to a new love...? This is the 2nd story in the popular “Second Chances” series! | 01KGA6BZ22NP89B0SW1H5F01G1 | 1.0 | 2019-02-01T08:00:00.000Z | Hakusensha LAB_254RC5A3DQ30 | GEO_1PQM5BDYSMG0 | SECOND CHANCES: The Kitten Bride | (C)Yuriko Matsukawa | 2019-02-01T08:00:00.000Z | 0 | 0 | ||||||
| PRD_3AJB5RAFQPB0 | CNT_1KMQ945SBBF0 | SECOND CHANCES CNT_251M8D46PSZ0 | 3 | 1 | 1 | SECOND CHANCES: A First Time for Everything! | [] | SECOND CHANCES: A First Time for Everything! | “Who needs men!?” That's what I, a strong-willed woman approaching 40, tell myself. In the worst possible situation, I encounter a young man with a really feminine appearance who is now following me everywhere I go! That being said, it turns out he might not be a stalker after all... This is a full-length, 50-page love story. | 01KG9AZVTGB9TS3QGDQTJ6RQ91 | 1.0 | 2019-02-01T08:00:00.000Z | Hakusensha LAB_254RC5A3DQ30 | GEO_1PQM5BDYSMG0 | SECOND CHANCES: A First Time for Everything! | (C)Yuriko Matsukawa | 2019-02-01T08: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);