```bash # Generate Migration alembic revision --autogenerate --message "Create the example Database" # Apply Migrations alembic upgrade head