LazyContext v0.1.4-dev LazyContext.Examples.Animals.Schemas.Cat View Source

An example cat schema

Link to this section Summary

Link to this section Functions

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