Postgrex.Interval

Struct for Postgres interval.

Fields

Source

Types

t :: %Postgrex.Interval{months: integer, days: integer, secs: integer}