dlex v0.3.2 Dlex.Field

Link to this section Summary

Link to this section Types

Link to this type

t()

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

type()

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