Hey,
Would it be possible to add an option to configure how the foreign key names are created?
I know I can change this but it is still annoying when you are creating lots of foreign keys in lots of tables.
The default seems to be:
FK_<table>_<reference_table>
So if we could have something in the "Preferences" dialog where we could change this format with the following placeholders:
{table}
{reference_table}
{column}
{foreign_column}
So imagine we have an edit box and the user could do something like this:
fk_{column}
Heidi would just use this and create the foreign key name.
Thanks!