Reputation: 835
Could you please advise me a way to get last updated timestamp of a table from information_schema table in Phalcon. I have taken a look at the Model\Metadata but it doesn't give me what I need. I also looked into implementing a raw mysql query, but I feel like it is not the right way to do it.
Upvotes: 1
Views: 581
Reputation: 91
you can use updating-records or if you can set before save recode like this
Upvotes: 1