What's the difference between mysql's unique_index and unique?

what is the difference between unique_index and unique in the red box of ORM framework gorm, in go language?

clipboard.png

Jan.09,2022

unique constraint and unique index
but only unique indexes in MYSQL. The reason why the
ORM framework needs to be distinguished is that some databases are calculated separately

.
Menu