delete column from table postgresql django code example Example: drop a field in psql django ALTER TABLE table_name DROP COLUMN column_name;