<@U027RBFH78S> do you mean when you update somethi...
# orm-help
d
@Mischa do you mean when you update something? Are you looking for a
updatedAt
column?
m
Not quite, I saw that. What I want to do is say
UPDATE invite SET usedAt=NOW()
in sqlalchemy I access functions with
func.now()
but I can’t find how to use SQL functions in the prisma docs