How to alter a column name in an Ecto model with a migration? April 16, 2023 by Tarik You can now do that with Ecto.Migration.rename/3: rename table(:posts), :title, to: :summary