Migrations
Learn what migrations are and how to create them.
We'll cover the following...
Migrations are used to define the database schema. They provide a blueprint of the database structures that we want to use. We can track and share database mutations so that our teammates no longer have to find the database dump files to update their database.