Ecto.Migration.unique_index

You're seeing just the function unique_index, go back to Ecto.Migration module for more information.
Link to this function

unique_index(table, columns, opts \\ [])

View Source

Shortcut for creating a unique index.

See index/3 for more information.