View Source Nex.Messages.DBTag (Nex v0.1.0)
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
@spec changeset(Ecto.Schema.t(), map() | [String.t()]) :: Ecto.Changeset.t()
Returns a changeset from the given params.