-- The "storage" table contains file data stored in the database CREATE TABLE storage ( path TEXT NOT NULL PRIMARY KEY, data BYTEA NOT NULL, size BIGINT NOT NULL, mod_time TIMESTAMPTZ NOT NULL, created_at TIMESTAMPTZ NOT NULL );