Issue with filtering on timestamp column
I have a postgres database, using
A table has a row defined as:
I am attempting to write a query to delete records that have an
I am getting an error on the
pg-core.A table has a row defined as:
expirationDate: timestamp("expiration_date", { mode: "date" }).notNull()I am attempting to write a query to delete records that have an
expirationDate in the past with this:I am getting an error on the
lt function, specifically: "No overload matches this call."