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