Hi, There are some queries that I need to run that will fetch only data that has been updated after a particular point in time. We achieve this in MySQL using the column modifier "DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP". Is there some way to achieve this in Phoenix? Is there a way in Phoenix for me to access the latest timestamp of a column?
Cheers, Anirudha
