phinx icon indicating copy to clipboard operation
phinx copied to clipboard

Support usage of update clause in non-MySQL DBs

Open MasterOdin opened this issue 5 years ago • 0 comments

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.

From #1800 and #1798

MasterOdin avatar May 28 '20 18:05 MasterOdin