jaguar_orm icon indicating copy to clipboard operation
jaguar_orm copied to clipboard

How to specify unique columns in table

Open jamespet77 opened this issue 5 years ago • 1 comments

I tried using

@Column(isNullable: false, uniqueGroup: "nls_unique_idx")
  int family;
 @Column(isNullable: false, uniqueGroup: "nls_unique_idx")
  int profile;

But this did not seem to accomplish what I thought it was.

jamespet77 avatar Apr 12 '19 15:04 jamespet77

@linuxjet I will take a look.

tejainece avatar Jun 09 '19 19:06 tejainece