products
4 rows where categories_raw = "Groom and Best Man:Weddings:Obsolete" sorted by name descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
categories_raw 1
- Groom and Best Man:Weddings:Obsolete · 4 ✖
language 0
| id | name ▲ | colour | description | page_title | url_slug | categories_raw | language | created_at | updated_at | deleted_at |
|---|---|---|---|---|---|---|---|---|---|---|
| 5ojuxlvud7 | Corsage beige and white | corsage-beige-white | Groom and Best Man:Weddings:Obsolete | 2026-02-03 21:08:40 | 2026-07-06 14:20:26.215374 | |||||
| 81o753wy0f | Corsage Pioner | corsage-pioner | Groom and Best Man:Weddings:Obsolete | 2026-02-03 21:08:40 | 2026-07-06 14:20:26.215374 | |||||
| ew69r089ss | Corsage Classic Red | corsage-classic-red | Groom and Best Man:Weddings:Obsolete | 2026-02-03 21:08:40 | 2026-07-06 14:20:26.215374 | |||||
| erka9n6ph8 | Corsage Aestromelia | corsage-aestromelia | Groom and Best Man:Weddings:Obsolete | 2026-02-03 21:08:40 | 2026-07-06 14:20:26.215374 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE products (
id TEXT PRIMARY KEY,
name TEXT NOT NULL,
colour TEXT,
description TEXT,
page_title TEXT,
url_slug TEXT,
categories_raw TEXT, -- Original colon-separated categories from CSV
language TEXT, -- 'no', 'en', or NULL if unknown
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP
, deleted_at TIMESTAMP);
CREATE INDEX idx_products_language ON products(language);
CREATE INDEX idx_products_name ON products(name);