Endon.create-exclamation-mark
You're seeing just the function
create-exclamation-mark
, go back to Endon module for more information.
Specs
create!(Ecto.Schema.t() | keyword() | map()) :: Ecto.Schema.t()
Insert a new record into the data store.
params
can be either a Keyword
list, a Map
of attributes and values, or a struct
of the same type being used to invoke create!/1
Returns the struct if created, or raises a Ecto.InvalidChangesetError
if there was
a validation error.