DoctrineMigrationsBundle
该捆绑包将 Doctrine2迁移库 集成到Symfony应用程序中。 数据库迁移可帮助您对数据库模式中的更改进行版本控制,并以可预测的方式在运行应用程序的每个服务器上应用它们。
Symfony 集成了doctrine/migrations库。(Symfony integration for the doctrine/migrations library.)
该捆绑包将 Doctrine2迁移库 集成到Symfony应用程序中。 数据库迁移可帮助您对数据库模式中的更改进行版本控制,并以可预测的方式在运行应用程序的每个服务器上应用它们。
Name With Owner | doctrine/DoctrineMigrationsBundle |
---|---|
Primary Language | PHP |
Program language | PHP (Language Count: 2) |
Platform | BSD, Linux, Mac, Windows |
License: | MIT License |
Created At | 2011-04-22 10:08:13 |
---|---|
Pushed At | 2025-06-09 01:25:07 |
Last Commit At | |
Release Count | 45 |
Last Release Name | 3.4.2 (Posted on 2025-05-05 19:04:48) |
First Release Name | v1.0.0-beta1 (Posted on ) |
Stargazers Count | 4.3k |
---|---|
Watchers Count | 22 |
Fork Count | 217 |
Commits Count | 573 |
Has Issues Enabled | |
Issues Count | 258 |
Issue Open Count | 43 |
Pull Requests Count | 268 |
Pull Requests Open Count | 5 |
Pull Requests Close Count | 59 |
Has Wiki Enabled | |
---|---|
Is Archived | |
Is Fork | |
Is Locked | |
Is Mirror | |
Is Private |
This bundle integrates the Doctrine2 Migrations library
into Symfony applications. Database migrations help you version the changes in
your database schema and apply them in a predictable way on every server running
the application.