Avec Postgres 9.6, cela peut être fait en utilisant l'option if not exists
ALTER TABLE table_name ADD COLUMN IF NOT EXISTS column_name INTEGER;
Avec Postgres 9.6, cela peut être fait en utilisant l'option if not exists
ALTER TABLE table_name ADD COLUMN IF NOT EXISTS column_name INTEGER;