Introduction to Custom Types in Ecto
Learn about using custom types when there's a need to use a data type not directly supported by Ecto.
We'll cover the following...
In this chapter, we’ll learn the data types Ecto provides to create schemas. Ecto uses these data types to ...