Hello ! Is it possible to update the Date field o...
# orm-help
m
Hello ! Is it possible to update the Date field of my Table to NOW(), every time I update the row? Without doing it in my code
i
m
Yeah Thank you Irek
👍 1
n
Hey Mathie 👋 Link that Irek mentioned is spot on! Any time you update a column of a record and you have
@updatedAt
attribute, it would automatically update the column having
@updatedAt
attribute with current time.