Wrapping Up: Make Changes to Your Database
Explore how to manage database schema changes using Ecto migrations. Learn to generate, apply, and reverse migrations with Elixir commands to maintain your application's database structure.
We'll cover the following...
We'll cover the following...
What we’ve learned?
Ecto’s migrations help us manage the structure of our database throughout the lifetime of our application. We have covered the main features of migrations in this chapter. We can also read through the migrations with the ...