aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: e70f3625521a0a83dc2f6b8d8d72df610a36b765 (plain)
1
2
3
4
5
6
7
# Generating Migrations

```
alembic revision --autogenerate --message "Create the example Database"
```