View Source Nex.Messages.DBTag (Nex v0.1.0-beta.1)

Nex DBTag schema.

Nex stores the first two fields of every tag as a seperate row in the database to enable more perfomant querying on tags.

Link to this section Summary

Functions

Returns a changeset from the given params.

Link to this section Functions

Link to this function

changeset(tag, params \\ %{})

View Source
@spec changeset(Ecto.Schema.t(), map() | [String.t()]) :: Ecto.Changeset.t()

Returns a changeset from the given params.