I\'d like to make a migration for a Flask app. I am using Alembic.
However, I receive the following error.
T
To solve this, I drop(delete) the tables in migration and run these commands
flask db migrate
and
flask db upgrade