Postgres' range types
What's the best approach for adding tstzrange type column to a resource?
6 Replies
add an ecto type for it, then create an Ash Type for it
How do I do that? Can you give me some guidance?
i.e:
along with using the pg_ranges library
I'll follow that. Thanks.
then use it like,
attribute :range, KS.Type.TstzRange
etcPerfect. Thank you very much.