Tabela upuszczania, jeśli istnieje w postgres
drop table if exists tableName
Awful Angelfish
drop table if exists tableName
ALTER TABLE table_name
DROP COLUMN IF EXISTS column_name;