products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where series_id = "CNT_01K6VKAD2XM0"
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_142SXN2F5SD0 | CNT_0B8W0H2X5VFG | Float City CNT_01K6VKAD2XM0 | 3 | 1 | 1 | Chapter 5 | [] | Float City, Chapter 5 | Country of East are known for their dictatorship and malicious human experiment towards the underground citizens, while the ""Country of West"" who speaks ""democracy"" are notorious for sending their people to the battlefield in the name of freedom. After two great wars that devastated both countries, another one will soon be enacted which now also joined by several revolutionary armies. Our main character is Leo who seeks for his son while being accompanied by a former imperial slave who had lost both her hands and feet. | 01KGA84X5JDTJD9K9ED3BJNNY1 | 5.0 | 2019-11-12T08:00:00.000Z | MediBang LAB_2YZM2CTQ9JPG | GEO_1PKAG51AEAQG | Float City, Chapter 5 | (C) Hero Changpan - Torico | 2019-11-12T08:00:00.000Z | 0 | 0 | ||||||
| PRD_18K8F9ZH1RC0 | CNT_2AK90WQ5GT8G | Float City CNT_01K6VKAD2XM0 | 3 | 1 | 1 | Chapter 3 | [] | Float City, Chapter 3 | Country of East are known for their dictatorship and malicious human experiment towards the underground citizens, while the ""Country of West"" who speaks ""democracy"" are notorious for sending their people to the battlefield in the name of freedom. After two great wars that devastated both countries, another one will soon be enacted which now also joined by several revolutionary armies. Our main character is Leo who seeks for his son while being accompanied by a former imperial slave who had lost both her hands and feet. | 01KGA84V5219WN0Y4TCH1W5X43 | 3.0 | 2019-11-12T08:00:00.000Z | MediBang LAB_2YZM2CTQ9JPG | GEO_1PKAG51AEAQG | Float City, Chapter 3 | (C) Hero Changpan - Torico | 2019-11-12T08:00:00.000Z | 0 | 0 | ||||||
| PRD_1F1RTWSVDRK0 | CNT_0DX60EDDZS9G | Float City CNT_01K6VKAD2XM0 | 3 | 1 | 1 | Chapter 1 | [] | Float City, Chapter 1 | Country of East are known for their dictatorship and malicious human experiment towards the underground citizens, while the ""Country of West"" who speaks ""democracy"" are notorious for sending their people to the battlefield in the name of freedom. After two great wars that devastated both countries, another one will soon be enacted which now also joined by several revolutionary armies. Our main character is Leo who seeks for his son while being accompanied by a former imperial slave who had lost both her hands and feet. | 01KG9BMSV8WEG83YVFESF9W9VN | 1.0 | 2019-11-12T08:00:00.000Z | MediBang LAB_2YZM2CTQ9JPG | GEO_1PKAG51AEAQG | Float City, Chapter 1 | (C) Hero Changpan - Torico | 2019-11-12T08:00:00.000Z | 0 | 0 | ||||||
| PRD_3AA1PZDC3SWG | CNT_1AXJGVW1AAZ0 | Float City CNT_01K6VKAD2XM0 | 3 | 1 | 1 | Chapter 4 | [] | Float City, Chapter 4 | Country of East are known for their dictatorship and malicious human experiment towards the underground citizens, while the ""Country of West"" who speaks ""democracy"" are notorious for sending their people to the battlefield in the name of freedom. After two great wars that devastated both countries, another one will soon be enacted which now also joined by several revolutionary armies. Our main character is Leo who seeks for his son while being accompanied by a former imperial slave who had lost both her hands and feet. | 01KGA84VJYZ2BM7D62FPKVBNP4 | 4.0 | 2019-11-12T08:00:00.000Z | MediBang LAB_2YZM2CTQ9JPG | GEO_1PKAG51AEAQG | Float City, Chapter 4 | (C) Hero Changpan - Torico | 2019-11-12T08:00:00.000Z | 0 | 0 | ||||||
| PRD_3ERG1JEPFR3G | CNT_3A8FG5J9S9R0 | Float City CNT_01K6VKAD2XM0 | 3 | 1 | 1 | Chapter 2 | [] | Float City, Chapter 2 | Country of East are known for their dictatorship and malicious human experiment towards the underground citizens, while the ""Country of West"" who speaks ""democracy"" are notorious for sending their people to the battlefield in the name of freedom. After two great wars that devastated both countries, another one will soon be enacted which now also joined by several revolutionary armies. Our main character is Leo who seeks for his son while being accompanied by a former imperial slave who had lost both her hands and feet. | 01KGA84TQ2CMX2YF5N6T3R9D6M | 2.0 | 2019-11-12T08:00:00.000Z | MediBang LAB_2YZM2CTQ9JPG | GEO_1PKAG51AEAQG | Float City, Chapter 2 | (C) Hero Changpan - Torico | 2019-11-12T08: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);