products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_1EJG700HSV90"
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_16DTB4HJCBH0 | CNT_3QMKW1TGKZKG | Cells at Work: Baby! CNT_1EJG700HSV90 | CNT_1EJG700HSV90 | 2 | 1 | 1 | Volume 1 | [] | Cells at Work: Baby! 1 | It's no easy feat to keep a body happy and healthy, so even the newest cells have their tiny-winey, chubby-wubby hands full! Join these cute baby cells as they work hard within their newborn baby body, in this newest (literally!) spinoff of Cells at Work! | 01KG9CAMZZGZJVVEJW1BCT6C0B | 1.0 | 2020-07-17T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Cells at Work: Baby! 1 | Yasuhiro Fukuda Original, Akane Shimizu / Kodansha Ltd. | 2020-07-23T07:00:00.000Z | 0 | 0 | |||||
| PRD_2S4H81Q5YG4G | CNT_0AAPZ2B8AAS0 | Cells at Work: Baby! CNT_1EJG700HSV90 | CNT_1EJG700HSV90 | 2 | 1 | 1 | Volume 3 | [] | Cells at Work: Baby! 3 | Even when a baby turns over in bed, there are many cells working hard behind the scenes to make it happen! This third volume of the manga featuring anthropomorphized cells working in a baby's body is dedicated to all the busy moms and dads out there, as well as everybody else who was all once babies! In this volume, the cells will be dealing with urination and diaper rash. The baby continues to grow and starts eating solid food. However, the antibodies from the mother also begin to vanish one by one! How will the cells handle this situation? | 01KG9FP426VFSK36CKNAX0EDYK | 3.0 | 2021-06-23T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Cells at Work: Baby! 3 | Yasuhiro Fukuda, Akane Shimizu/Kodansha Ltd. | 2021-07-13T07:00:00.000Z | 0 | 0 | |||||
| PRD_2T1Q7DEWADCG | CNT_3Q1FVPEAJ24G | Cells at Work: Baby! CNT_1EJG700HSV90 | CNT_1EJG700HSV90 | 2 | 1 | 1 | Volume 2 | [] | Cells at Work: Baby! 2 | Even when a baby turns over in bed, there are many cells working hard behind the scenes to make it happen! This second volume of the manga featuring anthropomorphized cells working in a baby's body is dedicated to all the busy moms and dads out there, as well as everybody else who was all once babies! Even after a baby is safely born, they'll bump their head, get vaccinated, and catch a cold... There's just never a moment of rest for the cells in a baby's body!! | 01KG9DEHPCXVVGA07F8FMDH0V1 | 2.0 | 2020-11-10T08:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Cells at Work: Baby! 2 | Yasuhiro Fukuda Original, Akane Shimizu / Kodansha Ltd. | 2020-11-24T08:00:00.000Z | 0 | 0 | |||||
| PRD_2XTEYEZD5TYG | CNT_39X8H77Y6CY0 | Cells at Work: Baby! CNT_1EJG700HSV90 | CNT_1EJG700HSV90 | 2 | 1 | 1 | Volume 4 | [] | Cells at Work: Baby! 4 | NOT KIDDING AROUND In the same way that a baby eagerly learns how to crawl, the cells in a baby's body work just as hard! Food allergies, summer colds... When things are tough for mom and dad, the cells are busy too! As the baby starts to eat baby food and grow bigger, the cells grow steadily. Everyone used to be a baby, and this manga, which represents cells as small children, is dedicated to all of us. Final volume! | 01KGAGPEER86Q1B72232WETSYD | 4.0 | 2022-05-25T07:00:00.000Z | Kodansha LAB_0ZM7YN9KHCT0 | GEO_1PKAG51AEAQG | Cells at Work! Baby 4 | Cells at Work! Baby Yasuhiro Fukuda, Akane Shimizu/Kodansha Ltd. | 2022-05-31T07: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);