I use PHP to update the particular row.. I have a column called "last updated" which I created via phpmyadmin, like this
type => "datetime", default => current time stamp, on update =>current timestamp
"last updated" column's time gets updated when PHP actually changes any value in the row, but sometimes PHP updates the row but the values are same, in that case, last_update column remain same, I want to change its time even no value get changed
is there any option available in phpmyadmin or i have to update "last updated" column via php code