Add support for @Unique on multiple columns
edu-zamora opened this issue · 1 comments
edu-zamora commented
If we use the @unique annotation in different fields of a class, it will create a unique constraint per field. In some situations, it would be useful to be able to create unique constraint including more than one column.
emilsjolander commented
closing because of duplicate pull request #60