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.
Published onJune 26, 2018A dive into database multi-tenancy in Elixir with Ectoelixirphoenixmulti-tenancyectoA detailed guide on migrating a Phoenix application from a regular database to a multi-tenancy architecture using Ecto.