2023-01-11 10:15:04 +08:00
|
|
|
Generic single-database configuration with an async dbapi.
|
|
|
|
|
|
|
|
# Command to generate a revision
|
2024-04-03 21:16:40 +07:00
|
|
|
alembic upgrade head
|
2023-01-11 10:15:04 +08:00
|
|
|
alembic revision --autogenerate -m "add fields in table"
|