CREATE TABLE IF NOT EXISTS osh.results( results_id SERIAL, datetime TIMESTAMP WITHOUT TIME ZONE DEFAULT (NOW() AT TIME ZONE 'utc') NOT NULL, state BOOLEAN, logs bytea, task_reference VARCHAR(50), PRIMARY KEY (results_id) );