memorium/drizzle/0002_chubby_vance_astro.sql

8 lines
174 B
MySQL
Raw Normal View History

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
);