Drop -Spalte aus lokalen Datenbank Postgres Pgadmin fallen

alter table <table_name> drop column <column_name>;
MitchAloha