-- Add logs column to executions table to store function execution logs ALTER TABLE executions ADD COLUMN logs TEXT[];