You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alembic revision --autogenerate -m "create user and blog table migrations" #analyzes tables and creates a migration file
alembic upgrade head #executes the migration files to make actual changes in db