What I Learned About Active Record Migrations in Ruby
In this exercise, I learned how to use Active Record migrations to build the structure of a database using Ruby. Instead of writing SQL directly, migrations allow us to describe our database tables an
biancacorreia.hashnode.dev3 min read