home / shop

schema_migrations

4 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: applied_at (date)

name ▼ applied_at
001_add_deleted_at_to_products 2026-02-06 12:13:27.210808
002_add_remote_last_modified_to_images 2026-02-06 12:13:27.211477
003_add_category_extended_fields 2026-02-06 12:13:27.211804
004_add_image_dimensions 2026-02-06 12:13:27.212071

Advanced export

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

CSV options:

CREATE TABLE schema_migrations (
            name TEXT PRIMARY KEY,
            applied_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP
        );
Powered by Datasette · Queries took 6.258ms