BookWalker

home / database

products

Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)

3 rows where series_id = "CNT_0PTKWWF9PZJ0"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: label_id, geoblock_id, 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_0K1DNR7KTJ1G CNT_058N0PSABQ1G Little Witch Academia CNT_0PTKWWF9PZJ0 CNT_0PTKWWF9PZJ0 2 1 1 Volume 2 []   Little Witch Academia, Vol. 2   That's because magic reeeally is wonderful!!Akko can't seem to pass her transformation magic test, which means she can't participate in the joint-dinner banquet with the prestigious students from Appleton. Having lost confidence, Akko has her eyes set to the northernmost part of campus for the Polaris Spring, which is said to grant witches tremendous power.   01KG9AS64QQKKH69WKREWYXP6T 2.0 2018-11-27T08:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1PQM5BDYSMG0 Little Witch Academia, Vol. 2     2018-11-27T08:00:00.000Z   0 0
PRD_1FNZM360HZPG CNT_0MHJZWRDHKWG Little Witch Academia CNT_0PTKWWF9PZJ0 CNT_0PTKWWF9PZJ0 2 1 1 Volume 1 []   Little Witch Academia, Vol. 1   <DIV><I><B>"Reach out your hand, and your story will begin!"</B></I></DIV><DIV><br></DIV><DIV>Those words changed young Atsuko "Akko" Kagari forever, sparking in her a lifelong dream of becoming a real witch. Now she's been accepted to the same school as her childhood hero, Shiny Chariot-the prestigious Luna Nova Witchcraft Academy. As the only student to come from a non-magical family, Akko finds herself surrounded by prodigies from around the world, but giving up isn't in her vocabulary. Whether it's making friends, proving the doubters wrong, or just flying on a broom, Akko is going to make her fantasy a reality! </DIV>   01KGA3NH12EGVF9RS6B55JSEVN 1.0 2018-06-26T07:00:00.000Z Yen On LAB_0TB60FJ75DX0 GEO_1KB2KYDQ0JGG Little Witch Academia, Vol. 1     2018-06-26T00:00:00.000Z   0 0
PRD_3ATE9E49PHZ0 CNT_177Z0TSCMX7G Little Witch Academia CNT_0PTKWWF9PZJ0 CNT_0PTKWWF9PZJ0 2 1 1 Volume 3 []   Little Witch Academia, Vol. 3   "Don't give up, and your feelings will reach!" It's time for the famous inter-school flying broom race, and everyone is betting on Diana to win! But when she falls ill, who's going to take her place? And what will become of Akko and Luna Nova?! The mirthful magical fantasy series concludes!   01KGA6ZTZXB9T0EXD998BA8JB2 3.0 2019-05-21T07:00:00.000Z Yen Press LAB_0MPN6X9X3ADG GEO_1PQM5BDYSMG0 Little Witch Academia, Vol. 3     2019-05-21T07:00:00.000Z   0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 30.538ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS