AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Ruby on Rails Database Migrations
In most cases, we will be writing models and then the ORM will be generating schemas. A migration makes sure that your database stays up to date in terms of like where things or how these changes have been applied to your database. And in many things like Ruby on Rails, you know, migrations was one of the first things you learned.