"๐ ๏ธ" โ ๐ ๐ช ๐โ ๐ ๐ ๐ ๐ ๐ธ๐ฒ ๐ท, ๐ฎ ๐ ๐ข, โ๏ธ. ๐ ๐ ๐ ๐ฝ, ๐ฎ ๐ ๐, ๐ ๐, โ๏ธ.
-๐ ๐ช ๐ ๐ผ โ FastAPI ๐ ๐ โช๏ธโก๏ธ [๐ โก - ๐](../project-generation.md){.internal-link target=_blank}. ๐ฏ <a href="https://github.com/tiangolo/full-stack-fastapi-postgresql/tree/master/%7B%7Bcookiecutter.project_slug%7D%7D/backend/app/alembic/" class="external-link" target="_blank"> `alembic` ๐ โน ๐</a>.
+๐ ๐ช ๐ ๐ผ โ FastAPI ๐ ๐ โช๏ธโก๏ธ [๐ โก - ๐](../project-generation.md){.internal-link target=_blank}. ๐ฏ <a href="https://github.com/tiangolo/full-stack-fastapi-postgresql/tree/master/src/backend/app/alembic/" class="external-link" target="_blank"> `alembic` ๐ โน ๐</a>.
### โ ๐
A "migration" is the set of steps needed whenever you change the structure of your SQLAlchemy models, add a new attribute, etc. to replicate those changes in the database, add a new column, a new table, etc.
-You can find an example of Alembic in a FastAPI project in the templates from [Project Generation - Template](../project-generation.md){.internal-link target=_blank}. Specifically in <a href="https://github.com/tiangolo/full-stack-fastapi-postgresql/tree/master/%7B%7Bcookiecutter.project_slug%7D%7D/backend/app/alembic/" class="external-link" target="_blank">the `alembic` directory in the source code</a>.
+You can find an example of Alembic in a FastAPI project in the templates from [Project Generation - Template](../project-generation.md){.internal-link target=_blank}. Specifically in <a href="https://github.com/tiangolo/full-stack-fastapi-postgresql/tree/master/src/backend/app/alembic" class="external-link" target="_blank">the `alembic` directory in the source code</a>.
### Create a dependency
โ่ฟ็งปโๆฏๆฏๅฝๆจๆดๆน 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/)ใ
### ๅๅปบไพ่ต้กน