Integer type. Accepts Elixir integers only.
Supports :min and :max field constraints:
field :count, :integer, min: 0, max: 999
Summary
Types
@type t() :: integer()
Integer type. Accepts Elixir integers only.
Supports :min and :max field constraints:
field :count, :integer, min: 0, max: 999
@type t() :: integer()