Ecto.Repo.insert-exclamation-mark

You're seeing just the callback insert-exclamation-mark, go back to Ecto.Repo module for more information.
Link to this callback

insert!(struct_or_changeset, opts)

View Source (optional)

Specs

insert!(
  struct_or_changeset :: Ecto.Schema.t() | Ecto.Changeset.t(),
  opts :: Keyword.t()
) :: Ecto.Schema.t()

Same as insert/2 but returns the struct or raises if the changeset is invalid.