Ecto.primary_key-exclamation-mark

You're seeing just the function primary_key-exclamation-mark, go back to Ecto module for more information.

Specs

primary_key!(Ecto.Schema.t()) :: Keyword.t()

Returns the schema primary keys as a keyword list.

Raises Ecto.NoPrimaryKeyFieldError if the schema has no primary key field.