isBefore method
Create a filter to check if the column is before a DateTime
Implementation
Expression<bool> isBefore(T value) =>
$composableFilter(column.isSmallerThanValue(value));
Create a filter to check if the column is before a DateTime
Expression<bool> isBefore(T value) =>
$composableFilter(column.isSmallerThanValue(value));