dlex v0.5.0 Dlex.Field

Link to this section Summary

Link to this section Types

Specs

t() :: %Dlex.Field{
  alter: map() | nil,
  db_name: String.t(),
  name: atom(),
  opts: Keyword.t(),
  type: type()
}

Specs

type() :: :integer | :float | :string | :geo | :datetime | :uid | :auto