Create Database Migration Scripts
To create an upgrade script automatically (this will compare the current database state with the models):
alembic revision --autogenerate -m "Commit message"
To create an upgrade script automatically (this will compare the current database state with the models):
alembic revision --autogenerate -m "Commit message"