Using interval in PostgreSQL with Ruby on Rails

后端 未结 2 1405
忘掉有多难
忘掉有多难 2021-02-14 16:54

I want to save durations (2 days, 5 years, ...) as intervals in PostgreSQL from my Rails application.

Both duration_min and duration_max are values like \"2 days\" or \"

2条回答
  •  梦如初夏
    2021-02-14 17:10

    We have an implementation of interval for Rails 5.1 that you can try.

    https://gist.github.com/vollnhals/a7d2ce1c077ae2289056afdf7bba094a

提交回复
热议问题