gregor-tb

Results 11 comments of gregor-tb

Hi again, unfortunately this bug still exists, but we made a workaround by replacing _rename_ with _add+drop_ instructions: ```php /** @var SchemaDiff $schemaDiff */ // .... if ($platform instanceof MySQLPlatform)...