Coherence v0.4.0 Coherence.Trackable
Schema responsible for saving user tracking data for the —trackable-table option.
Link to this section Summary
Functions
Creates a changeset based on the model
and params
Link to this section Functions
Link to this function
changeset(model, params \\ %{})
changeset(Ecto.Schema.t, Map.t) :: Ecto.Changeset.t
Creates a changeset based on the model
and params
.
If no params are provided, an invalid changeset is returned with no validation performed.