Ecto.ParameterizedType for tuples.
Available since v0.11.0.
Options
:types(list ofterm/0) - Required. The types of the elements in the tuple.
Examples
schema "user" do
field :favorite_movie_with_score, Exandra.Tuple, types: [:string, :integer]
end