LazyContext v0.1.2-dev LazyContext.Examples.Animals.Schemas.Ferret View Source

An example ferret schema

Link to this section Summary

Link to this section Functions

Link to this function changeset(ferret, attrs) View Source
changeset(
  %LazyContext.Examples.Animals.Schemas.Ferret{
    __meta__: term(),
    colour: term(),
    cuteness: term(),
    id: term(),
    name: term(),
    owner: term(),
    owner_id: term(),
    social_security_number: term()
  },
  map()
) :: Ecto.Changeset.t()