CREATE TABLE video_thumbnail (
    "id" UUID NOT NULL PRIMARY KEY,
    "time" FLOAT NOT NULL,
    "precomputed" BYTEA NOT NULL,
    "custom" BYTEA
);