Files
memorium/drizzle/0002_chubby_vance_astro.sql
2026-01-10 20:13:15 +01:00

8 lines
179 B
SQL

CREATE TABLE `image` (
`created_at` integer DEFAULT (CURRENT_TIMESTAMP),
`url` text NOT NULL,
`average` text NOT NULL,
`blurhash` text NOT NULL,
`mime` text NOT NULL
);