You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to people to be able to use update for DBs that are not MySQL. To handle it, a trigger will have to be made against the table to run on row update. The devil in the details here is to properly deal with the trigger on column rename / update / deletion.