| Hi Christoph Dreis, you are welcome. Thanks for reporting the issue. About the code, the
StandardForeignKeyExporter.getSqlDropStrings()
was correctly called, but it generated a drop String statement without checking if the dialect supports If Exists before or after the constraint name, if you are interested you can can see the changeshere. |