my application set hibernate.hbm2ddl.auto=update,hibernate will create UK_* everytime when starting application.
I think hibernate must check if index exists before create a new one,index name should not generate by random,I suggest use md5(column_name),so everytime the index name will be the same,so you can use create index if not exists.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira