LazyContext v0.1.4-dev LazyContext.Examples.Users.Schemas.User View Source

An example user schema

Link to this section Summary

Link to this section Functions

Link to this function changeset(user, attrs) View Source
changeset(
  %LazyContext.Examples.Users.Schemas.User{
    __meta__: term(),
    age: term(),
    cats: term(),
    dogs: term(),
    email: term(),
    ferrets: term(),
    first_name: term(),
    id: term(),
    last_name: term()
  },
  map()
) :: Ecto.Changeset.t()