Can anyone tell me how (if its possible) to query the database and ask for its:
1: Table modification date
(the last time someone changed/add/deleted a table
2: Record modification date
(the last time someone changed/add/deleted data
I dont need both, but would prefer the record modification date. I'll take whatever I can get.
Im using php as my api, although that shouldn't make a difference. I can find it if you can give me the mysql function.
Thanks in advance!
1: Table modification date
(the last time someone changed/add/deleted a table
2: Record modification date
(the last time someone changed/add/deleted data
I dont need both, but would prefer the record modification date. I'll take whatever I can get.
Im using php as my api, although that shouldn't make a difference. I can find it if you can give me the mysql function.
Thanks in advance!