remove a column postgres code example Example: psql drop field ALTER TABLE table_name DROP COLUMN column_name;