Open
Description
Hi,
I'm planning to migrate existing timestamp columns to tsrange using generated column like mentioned in the blog
https://blog.brackets.sk/ranges-in-laravel-7-using-postgresql/
I see tsrange()
is supported for Migration but not in the query builder.
Is there any plan to add range column support in the query builder in the near future?