products
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where series_id = "CNT_3JM1FSSS85NG"
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_015HJFN0FDY0 | CNT_25ZGH44G0FZG | We Had Sex Right Before Work... CNT_3JM1FSSS85NG | 3 | 1 | 1 | Chapter 6 | [] | We Had Sex Right Before Work... 6 | "I can't go to work like this, so I'm gonna use you." He relentlessly makes love to my sensitive areas... I want to resist, but it feels so good! | 01KGAGNQ4WMSW4F9NVTM57QSNS | 6.0 | 2022-05-31T07:00:00.000Z | screamo LAB_1P9SZ7SPJ1SG | GEO_1PQM5BDYSMG0 | We Had Sex Right Before Work... 6 | (C) Hotaru Yamato/ WWWave | 2022-05-31T07:00:00.000Z | 0 | 0 | ||||||
| PRD_03YCV2Q3QDZG | CNT_2C1JDY93DKE0 | We Had Sex Right Before Work... CNT_3JM1FSSS85NG | 3 | 1 | 1 | Chapter 5 | [] | We Had Sex Right Before Work... 5 | "I can't go to work like this, so I'm gonna use you." He relentlessly makes love to my sensitive areas... I want to resist, but it feels so good! | 01KGAG7104CJK64YHKYZXS6H0T | 5.0 | 2022-04-26T07:00:00.000Z | screamo LAB_1P9SZ7SPJ1SG | GEO_1PQM5BDYSMG0 | We Had Sex Right Before Work... 5 | (C) Hotaru Yamato/ WWWave | 2022-04-26T07:00:00.000Z | 0 | 0 | ||||||
| PRD_0AXFG8KFZBXG | CNT_2EPWCVNM7H80 | We Had Sex Right Before Work... CNT_3JM1FSSS85NG | 3 | 1 | 1 | Chapter 1 | [] | We Had Sex Right Before Work... 1 | "I can't go to work like this, so I'm gonna use you." He relentlessly makes love to my sensitive areas... I want to resist, but it feels so good! | 01KGAF6XH8J6C978MXV1G969X0 | 1.0 | 2022-04-26T07:00:00.000Z | screamo LAB_1P9SZ7SPJ1SG | GEO_1PQM5BDYSMG0 | We Had Sex Right Before Work... 1 | (C) Hotaru Yamato/ WWWave | 2022-04-26T07:00:00.000Z | 0 | 0 | ||||||
| PRD_15MZRJC4EP1G | CNT_1XKFRTM8VCM0 | We Had Sex Right Before Work... CNT_3JM1FSSS85NG | 3 | 1 | 1 | Chapter 3 | [] | We Had Sex Right Before Work... 3 | "I can't go to work like this, so I'm gonna use you." He relentlessly makes love to my sensitive areas... I want to resist, but it feels so good! | 01KGAG866JK22Y54X8ZWD1H097 | 3.0 | 2022-04-26T07:00:00.000Z | screamo LAB_1P9SZ7SPJ1SG | GEO_1PQM5BDYSMG0 | We Had Sex Right Before Work... 3 | (C) Hotaru Yamato/ WWWave | 2022-04-26T07:00:00.000Z | 0 | 0 | ||||||
| PRD_24M7ZY0AHBE0 | CNT_1F15WJTG11RG | We Had Sex Right Before Work... CNT_3JM1FSSS85NG | 3 | 1 | 1 | Chapter 2 | [] | We Had Sex Right Before Work... 2 | "I can't go to work like this, so I'm gonna use you." He relentlessly makes love to my sensitive areas... I want to resist, but it feels so good! | 01KGAG6YDXGVDRYJTTNF4MENJ9 | 2.0 | 2022-04-26T07:00:00.000Z | screamo LAB_1P9SZ7SPJ1SG | GEO_1PQM5BDYSMG0 | We Had Sex Right Before Work... 2 | (C) Hotaru Yamato/ WWWave | 2022-04-26T07:00:00.000Z | 0 | 0 | ||||||
| PRD_37FQ69X70QJ0 | CNT_0XY98HS4JX4G | We Had Sex Right Before Work... CNT_3JM1FSSS85NG | 3 | 1 | 1 | Chapter 4 | [] | We Had Sex Right Before Work... 4 | "I can't go to work like this, so I'm gonna use you." He relentlessly makes love to my sensitive areas... I want to resist, but it feels so good! | 01KGAG86TXKZ76ZRPS0JPXPYZ2 | 4.0 | 2022-04-26T07:00:00.000Z | screamo LAB_1P9SZ7SPJ1SG | GEO_1PQM5BDYSMG0 | We Had Sex Right Before Work... 4 | (C) Hotaru Yamato/ WWWave | 2022-04-26T07: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);