Search
Ecto.Type for sets.
Ecto.Type
options
:type
atom/0
examples
schema "users" do field :email, :string field :roles, Exandra.Set, type: :string end