Столбец снятия из локальной базы данных Postgres pgadmin

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