uniqueGroup property
a string id represent unique group or a single unique column
When multiple field annotated with the same unique id all of them group as a single unique constraint. If no more than 1 then this is single column unique constraint.
Implementation
final String? uniqueGroup;