Dodaj kolumnę, jeśli nie istnieje PostgreSQL

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