Published onFebruary 14, 2025How to Change a Field Type in an Ecto Embedded Schema with a MigrationectophoenixelixirmigrationspostgresqlChanging a field type in an Ecto embedded schema requires both a code update and a database migration. This guide walks through the process, ensuring data consistency and avoiding common pitfalls.