Defines an index struct used in migrations.
t :: %Ecto.Migration.Index{table: atom, name: atom, columns: [atom | String.t], unique: boolean, concurrently: boolean, using: atom | String.t}