Does Phoenix support the "ON UPDATE CURRENT_TIMESTAMP" column modifier?
Anirudha On Mon, Jan 5, 2015 at 11:49 AM, Anirudha Khanna <[email protected]> wrote: > 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 >
