PowAssent v0.3.2 PowAssent.Ecto.UserIdentities.Schema.Fields View Source
Handles the Ecto schema fields for user.
Link to this section Summary
Functions
List of associations for the ecto schema
List of attributes for the ecto schema
List of indexes for the ecto schema
Link to this section Functions
Link to this function
assocs(config)
View Source
assocs(config)
View Source
assocs(PowAssent.Config.t()) :: [tuple()]
assocs(PowAssent.Config.t()) :: [tuple()]
List of associations for the ecto schema.
Link to this function
attrs(config)
View Source
attrs(config)
View Source
attrs(PowAssent.Config.t()) :: [tuple()]
attrs(PowAssent.Config.t()) :: [tuple()]
List of attributes for the ecto schema.
Link to this function
indexes(config)
View Source
indexes(config)
View Source
indexes(PowAssent.Config.t()) :: [tuple()]
indexes(PowAssent.Config.t()) :: [tuple()]
List of indexes for the ecto schema.