# 迁移版本文件目录。 # 生成迁移:uv run alembic revision --autogenerate -m "add xxx table" # 执行迁移:uv run alembic upgrade head