how to remove a field of a table - django code example Example: drop a field in psql django ALTER TABLE table_name DROP COLUMN column_name;