Table de dépôt si cela existe dans Postgres
drop table if exists tableName
Awful Angelfish
drop table if exists tableName
ALTER TABLE table_name
DROP COLUMN IF EXISTS column_name;