Wrapping Up: Creating and Using Custom Types
Review what we have learned about the creation and usage of custom types.
We'll cover the following...
Custom types can add an extra layer of expressiveness to our Ecto projects. They allow us to use more complex types in our Elixir code than the more straightforward, universal types exposed by Ecto’s adapters. When we build on an existing Ecto ...