I recently learned how useful a db migration tool, AKA schema change management, can be. Most modern ORMs have this functionality.
- https://sqlalchemy-migrate.readthedocs.io/en/latest/
- https://orkhan.gitbook.io/typeorm/docs/migrations
- https://www.prisma.io/migrate<p>I've never seen data teams (building data warehouses or machine learning infra) use something similar. I was wondering if anyone had some theories as to why?