FastAPI - Database Integration
Given this Alembic command sequence:
What happens after running these commands?
alembic revision -m "add users table"alembic upgrade headWhat happens after running these commands?
