mirror of
https://github.com/fastapi/fastapi.git
synced 2026-07-29 08:07:34 -04:00
✏️ Fix links to alembic example repo in docs (#11628)
This commit is contained in:
@@ -506,7 +506,7 @@ current_user.items
|
||||
|
||||
“迁移”是每当您更改 SQLAlchemy 模型的结构、添加新属性等以在数据库中复制这些更改、添加新列、新表等时所需的一组步骤。
|
||||
|
||||
您可以在[Project Generation - Template](https://fastapi.tiangolo.com/zh/project-generation/)的模板中找到一个 FastAPI 项目中的 Alembic 示例。具体在[`alembic`代码目录中](https://github.com/tiangolo/full-stack-fastapi-postgresql/tree/master/src/backend/app/alembic/)。
|
||||
您可以在[Full Stack FastAPI Template](https://fastapi.tiangolo.com/zh/project-generation/)的模板中找到一个 FastAPI 项目中的 Alembic 示例。具体在[`alembic`代码目录中](https://github.com/tiangolo/full-stack-fastapi-template/tree/master/backend/app/alembic)。
|
||||
|
||||
### 创建依赖项
|
||||
|
||||
|
||||
Reference in New Issue
Block a user