Agregar columna si no existe PostgreSQL

ALTER TABLE table_name ADD COLUMN IF NOT EXISTS column_name INTEGER;
Alas