1 2 3 4 5 6
```bash # Generate Migration alembic revision --autogenerate --message "Create the example Database" # Apply Migrations alembic upgrade head