mirror of
https://github.com/fastapi/fastapi.git
synced 2026-03-10 02:47:09 -04:00
✏️ Fix broken link in docs/tutorial/sql-databases.md in several languages (#10716)
This commit is contained in:
@@ -499,7 +499,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/%7B%7Bcookiecutter.project_slug%7D%7D/backend/app/alembic/)。
|
||||
您可以在[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/)。
|
||||
|
||||
### 创建依赖项
|
||||
|
||||
|
||||
Reference in New Issue
Block a user