products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where series_id = "CNT_316TYD2NF74G"
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_17WAFSGQ1YC0 | CNT_37CPQ42NASQG | UNKNOWN CNT_316TYD2NF74G | CNT_316TYD2NF74G | 2 | 1 | 1 | Volume 2 | [] | UNKNOWN, Vol. 2 | Ivan and Ox, Set and Noah - they thought it would be so clever to swap missions... In doing so, though, the two pairs unexpectedly encounter situations which resurrect memories that have long since been haunting them, and sometimes not even the UNKNOWN may hold the answer to all things... | 01KG95H91D2S0D0JK7BR5MKK69 | 2.0 | 2016-06-30T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | UNKNOWN, Vol. 2 | 2016-06-30T15:00:00.000Z | 0 | 0 | ||||||
| PRD_1RFNF03C0FCG | CNT_2GY0CR3QMTP0 | UNKNOWN CNT_316TYD2NF74G | CNT_316TYD2NF74G | 2 | 1 | 1 | Volume 3 | [] | UNKNOWN, Vol. 3 | Given an opportunity to obtain many Unknown at once, Ivan and Ox head to Elysion to meet up with another wiremen duo, Abel and Cain. But when they are dragged into the the Church's plot to win against the Empire, one of the four might not come out of the battle alive... | 01KG95G9GPH9N8V3V2AW19EDGG | 3.0 | 2016-06-30T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | UNKNOWN, Vol. 3 | 2016-06-30T15:00:00.000Z | 0 | 0 | ||||||
| PRD_1WTYAJDZK28G | CNT_297VWDM91XA0 | UNKNOWN CNT_316TYD2NF74G | CNT_316TYD2NF74G | 2 | 1 | 1 | Volume 1 | [] | UNKNOWN, Vol. 1 | The Wisdom of God that allows those who possess it to do things beyond their wildest imagination, that which is called UNKNOWN. When this power falls into the wrong hands, it is the "Wisemen" who come to collect it. But what if that power is too much for even the Wisemen to handle? | 01KG931M3QVVBKGCSENEMZ49AP | 1.0 | 2016-06-30T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | UNKNOWN, Vol. 1 | 2016-06-30T15:00:00.000Z | 0 | 0 | ||||||
| PRD_2CZ4E1NE4B60 | CNT_11BNJWF8D6DG | UNKNOWN CNT_316TYD2NF74G | CNT_316TYD2NF74G | 2 | 1 | 1 | Volume 4 | [] | UNKNOWN, Vol. 4 | Ox and Ivan regroup with their friends, but before they can get anywhere, they're attacked by the empire assassin who sparred with them once before. This strange enemy knows far too much about the pair to just be a face in the antagonistic crowd, however. When his identity is revealed, will Ox and Ivan's resolve crumble under the weight of their shared past? And as all the parties vie for power and the Unknowns, will the world as they know it end up nothing more than collateral damage? | 01K5G9WNZR4C4EMHCBV3QX0VJB | 4.0 | 2016-06-30T15:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | UNKNOWN, Vol. 4 | 2016-06-30T15: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);