AnatolyUss/nmig

Name generation for indexes, primary keys etc

uhickmann opened this issue · 1 comments

When a name is not unique enough, it will be shortened to 32 characters and added with a guid.
Would it be possible to use the defined names from the mysql db?
Maintenance of the same scheme on several server would be much easier.

@uhickmann
The problem is that there're some naming conventions among PG users.
For example, index names mostly have the _idx suffix...

Generally it would be possible using some config parameter, something like "use_original_index_names": true (currently not implemented).