emilsjolander/sprinkles

Add support for @Unique on multiple columns

edu-zamora opened this issue · 1 comments

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.

closing because of duplicate pull request #60