/var/www/vhosts/ihelp.ro/httpdocs/vendor/robmorgan/phinx/docs/en
NameSizeModeActions
commands.rst132130644editdlrm
conf.py2610644editdlrm
configuration.rst175480644editdlrm
contents.rst1480644editdlrm
copyright.rst11490644editdlrm
goals.rst3460644editdlrm
index.rst5810644editdlrm
install.rst6930644editdlrm
intro.rst6900644editdlrm
migrations.rst586000644editdlrm
namespaces.rst47760644editdlrm
seeding.rst64510644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/robmorgan/phinx/docs/en/intro.rst (690B)
.. index:: single: Introduction Introduction ============ Good developers always version their code using a SCM system, so why don't they do the same for their database schema? Phinx allows developers to alter and manipulate databases in a clear and concise way. It avoids the use of writing SQL by hand and instead offers a powerful API for creating migrations using PHP code. Developers can then version these migrations using their preferred SCM system. This makes Phinx migrations portable between different database systems. Phinx keeps track of which migrations have been run, so you can worry less about the state of your database and instead focus on building better software.