TIL: Log SQL generated by Ecto migration
Understanding exactly what SQL commands are running is helpful to ensure safe migrations. By default, Ecto does not log the raw SQL. However, we can change it.
Check more on: https://bartoszgorka.com/log-sql-generated-by-ecto-migration
Read next ThinkingElixir 079: Collaborative Music in LiveView with Nathan Willson