That’s right! The latest code from Makiavelo just got a new feature: migrations.
In my never ending journey of re-inventing the wheel, a.k.a building my own web framework for PHP, I’ve recently updated the code with a new feature, migrations.
Whether you implement this feature like Rails does or anyother way, it is important to have a way to control the changes to the database in a way that allows to easily go back and forth between them. It is always a plus to have record of each change done to the database, I think it helps maintainability.
Continue reading