migrations
2 articles tagged “migrations”
Blog
May 31, 2023
Elixir Migrations using Ecto
Migrations are most commonly used for database schema changes like creating or changing tables and columns, as they change the data stored in the database.…
Blog
July 19, 2022
Java-based Migrations
It is important to develop a well-designed schema at the beginning of the project, but with the new requirements, changing your initial schema is hard…