products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
3 rows where series_id = "CNT_09S3TR67JTJ0"
This data as json, CSV (advanced)
Suggested facets: listed_at, on_sale_at, 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_0YG915XEVHCG | CNT_0RRGTY68RDH0 | Dramacon CNT_09S3TR67JTJ0 | CNT_09S3TR67JTJ0 | 2 | 1 | 1 | Volume 1 | [] | Dramacon Volume 1 | When Christie settles in the Artist Alley of her first ever anime convention, she only sees it as an opportunity to promote the comic she has started with her boyfriend. But conventions are never what you expect and soon the whirlwind of events sweeps Christie off her feet and changes her life. Who is the mysterious cosplayer that won't even take off his sunglasses indoors? What do you do when you fall in love with a guy who is going to be miles away from you in just a couple of days? | 01KGA5YE3WC2DFX1H71GTD9CX5 | 1.0 | 2019-04-23T07:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1PQM5BDYSMG0 | Dramacon Volume 1 | 2019-04-23T07:00:00.000Z | 0 | 0 | ||||||
| PRD_11KZVCXKJ780 | CNT_1JTBD6F3WCMG | Dramacon CNT_09S3TR67JTJ0 | CNT_09S3TR67JTJ0 | 2 | 1 | 1 | Volume 3 | [] | Dramacon Volume 3 | College students Christie and Bethany are back to pimp their comic at the LAC, this time to a delightfully large crowd of loyal fans who read it online. Bethany's glowing with pride since her mascot art won the contest and is now on every t-shirt and program at the con. They are the stars this year! | 01KG9C5TK4VSJ5WWAZKHFQ1MF5 | 3.0 | 2020-06-03T07:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1PQM5BDYSMG0 | Dramacon Volume 3 | コピーライトなし | 2020-06-16T07:00:00.000Z | 0 | 0 | |||||
| PRD_2RB18VJ9XJX0 | CNT_3S3TANB4KY1G | Dramacon CNT_09S3TR67JTJ0 | CNT_09S3TR67JTJ0 | 2 | 1 | 1 | Volume 2 | [] | Dramacon Volume 2 | It's Christie's second year at the Lakeside Anime Convention and the drama picks up right where it left off in Dramacon volume one! With her new partner-in-crime, a.k.a. artiste extraordinaire Bethany, she is promoting her latest comic. Matt is also back, but to Christie's shock, he now has a girlfriend! | 01KGA6V9AY71NRN8YT0FPG9GDG | 2.0 | 2019-04-23T07:00:00.000Z | Tokyopop LAB_2C2B4XAHKSHG | GEO_1PQM5BDYSMG0 | Dramacon Volume 2 | 2019-04-23T07: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);