Database Schema Migrations - Best Practices
How to migrate DB schemas without breaking
Updating your application from time to time requires deeper changes that may affect the data layer. When you have to touch the data and your database, it’s always important to consider the impact of changes and how to minimise the risks.