I have one table called number_list
which have columns like:
id, name, number, server, status, last_act, user_id, created_at, disable, notify,fcm
I want update last_act
when there any changes in status
column only. Currently its updating last_act
whenever any changes in any column.
Let me know if its possible with MySQL. Thanks