products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_0J1614KQN3RG"
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_025S90E49M10 | CNT_0A4BR79VFG60 | Baccano! CNT_0J1614KQN3RG | CNT_0J1614KQN3RG | 2 | 1 | 1 | Volume 1 | [] | Baccano!, Vol. 1 | New York, 1927.In a corrupt city where crime rules the streets, Firo Prochainezo is Camorra, an Italian criminal syndicate distinct from the mafia. A member of the relatively small Martillo family, Firo's nevertheless got big ambitions and is determined to make his mark. But while the Martillos may not be the biggest bad guys on the block, they've got some distinct advantages working in their favor. Does Firo have what it takes to become a made man? Let the crazy ruckus begin! | 01KGA1J4DHYYKNKCF72PK644ER | 1.0 | 2018-01-30T08:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Baccano!, Vol. 1 | 2018-01-30T08:00:00.000Z | 0 | 0 | ||||||
| PRD_07WB82YFF1X0 | CNT_0SFE4TKE5WT0 | Baccano! CNT_0J1614KQN3RG | CNT_0J1614KQN3RG | 2 | 1 | 1 | Volume 2 | [] | Baccano!, Vol. 2 | NEW YORK, 1930 Three years after the Phantom Father incident, Firo is about to get a promotion within the Martillo Family. But the intricate web of fate has other plans in store for him as the elixir of immortality nears its completion, setting off a chain of events that brings together gangsters, alchemists, and everyone in between! Let the crazy ruckus continue! | 01KGA3CFMX48439A36K02Z7EPY | 2.0 | 2018-04-10T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Baccano!, Vol. 2 | 2018-04-10T07:00:00.000Z | 0 | 0 | ||||||
| PRD_0JATRC8N0YD0 | CNT_2KEWTG8DKAA0 | Baccano! CNT_0J1614KQN3RG | CNT_0J1614KQN3RG | 2 | 1 | 1 | Volume 3 | [] | Baccano!, Vol. 3 | NEW YORK, 1930 Firo's big day has come, and everyone's enjoying the celebration--Isaac and Miria so much so that they've had a bit of a change of heart! If one criminal syndicate is just too nice to rob, then surely another will do...Meanwhile, Szilard learns that the object of his search is right under his nose. Soon nothing will stand between him and ultimate knowledge...! The crazy ruckus comes to a close! | 01KGA48AYJA1WRB1KT17SYHBAJ | 3.0 | 2018-05-22T07:00:00.000Z | Yen Press LAB_0MPN6X9X3ADG | GEO_1PQM5BDYSMG0 | Baccano!, Vol. 3 | 2018-05-22T07: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);