mysql get last modify date for data -


i wanna last date when make change in tables update add remove not last modify date table structure have been changed!

is there way catch this?

there way. involves either writing trigger insert information "log table", or adding last_update_time column table , keeping date always. there no automatic way of doing it.


Comments