View Source Endo.Index (Endo v0.1.12)

Index metadata for a given table's indexes

Link to this section Summary

Link to this section Types

@type t() :: %Endo.Index{
  adapter: term(),
  columns: term(),
  is_primary: term(),
  is_unique: term(),
  name: term()
}