how to use tsrange in colum helpers set ? #914
Closed
pullmann4rent
started this conversation in
General
Replies: 1 comment 2 replies
-
Your insert sample and your columnset definition look like two unrelated things. It helps if you try to create a related columnset, and if you have problems getting that insert query, then specify which problems exactly. Otherwise, it is too broad a question. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I want to use this:
INSERT INTO booking (time_range) VALUES (tsrange($1, $2, '()')), [new Date(), new Date()]
But how I use it with column helpers like this:
Beta Was this translation helpful? Give feedback.
All reactions