Postgres 9.6では、これはオプションif not existsを使用して実行できます。 ALTER TABLE table_name ADD COLUMN IF NOT EXISTS column_name INTEGER;