Does Rails really not properly support PostgreSQL's interval data type?
I had to use this Stack Overflow answer from 2013 to create an interval column, and now it looks like I'll need to use this piece of code from 2013 to get ActiveRecord to treat the interval as something other than a string.
Is that how it is? Am I better off just using an integer data type to represent the number of minutes instead?
intervalin the appropriate places so it looks like Rails5 does. I'd answer but I don't have a Rails5 setup handy to verify my guesswork and I'm not sure how extensive the support is (if it really is there).