← Back to context

Comment by azeirah

3 years ago

At my work right now (where we're using Laravel, which has migrations as a cultural standard) we have many migrations. But 95% if not more of them are adding stuff, very few are removing or refactoring stuff. The database evolved under harsh deadlines and growth so there's a lot of technical debt in there.

It's definitely not terrible, but just wished to see people talking about using migrations to refactor databases a bit more.