How to repeat something many times in Elixir? Delights of compile-time checking

When creating new migration in Ecto (RDBMS mapper for Elixir), make sure to always test it by running and rolling it back successfully. These simple steps guarantees your database remains in stable state

https://hexdocs.pm/ecto_sql/Ecto.Migration.html