Solte a mesa se existe no Postgres
drop table if exists tableName
Awful Angelfish
drop table if exists tableName
ALTER TABLE table_name
DROP COLUMN IF EXISTS column_name;