Learn about safely using the expand, migrate, and contract pattern to make database schema changes without downtime and data loss.A common question I often hear is, “Should I make my application code changes before, after, or at the same time as my database schema changes?” The reality is that neither our application nor database live
