How to display unique index name?

Hopefully you will implement this easy feature.
I have asked this question because it could act as a workaround for the problem/limitation I experienced in Reverse engineer MySQL database with unique indices

Btw it would be even easier/nicer where you don’t have to display the index name (or constraint name) but just display an icon U1, U2 etc. for example:
column1 U1
column2 U2
column3 U2

where U1 is a unique constraint and U2 is a composite unique constraint. It’s just that you can see which columns belong to which unique constraint.

Thanks hopefully you can consider this feature.

1 Like