I made a spelling error in my model and now one of my columns is misspelled. I'd like to drop all tables in the database, fix the error in the model.py, and recreate the database with the correct spelling in model.
I've tried to use the suggestions in the this article but the table still exists after I follow the commands outlined there.
Anyone have a quick way to do this?