phinx
                                
                                 phinx copied to clipboard
                                
                                    phinx copied to clipboard
                            
                            
                            
                        dropForeignKey does not allow removal of constraints containing whitespaces
The code from ./src/Db/Adapter/MysqlAdapter.php:700-707 in MysqlAdapter::dropForeigKey(...) at Lines 700-707, doesn't quote $constraint with MysqlAdapter::quoteColumnName(...).
As a result, dropping a foreign key constraint with whitespaces (which made me notice it), e.g. "i am a silly test", is not possible.
My current workaround is to quote the name with backticks, manually.
Are you able to provide a pull request with your suggested changes?
using whitespace is definitely not typical.
Closing due to lack of activity or out of scope. If there is new interest, please open a PR.
@othercorey could this be re-opened.