CREATE TABLE IF NOT EXISTS ffmpeg_commands( id bigserial PRIMARY KEY, name VARCHAR (50) NOT NULL, data JSONB );