Hari Demirev
01/11/2021, 8:42 PMfindMany
query, besides just using a raw query for the entire thing? Specifically looking to filter a date column by a computed value, query would look like:
where "startDatetime" - interval '1 minute' * "duration" > current_timestamp
Ryan
01/12/2021, 7:23 AMinterval
and comparing fields of the column is not directly supported, you would need to stick to a raw query in this case unfortunately.