The Unique constraints tab provides interface to define the uniqueConstraints
attribute for the entity's @Table
annotation. This information is used by Studio to create unique indexes when you run the Generate DB scripts command.
The constraint name must start from IDX_NS_
, where NS is the project namespace.