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