View Source Exandra.Set (exandra v0.11.0)
Ecto.ParameterizedType
for sets.
options
Options
:type
(term/0
) - Required. The type of the elements in the set.
examples
Examples
schema "users" do
field :email, :string
field :roles, Exandra.Set, type: :string
end
Link to this section Summary
Link to this section Types
@type t() :: MapSet.t()