Unique Constraints
Unique constraints can be specified on tables using Database Explorer.
NOTE: Oracle and MySQL auto create unique indexes for every unique constraint specified. So for these two DBMSs DbWrench will only synchronize unique indexes and will ignore unique constraints during synchronization operations.
Setting Unique Constraints:
Unique Constraints can be set using the Database Explorer panel.
Unique Constraints in Database Explorer
Expand the Unique Constraints node in the Database Explorer tree for the table you want to view the unique constraints of.
Right click on the nodes to add, edit or remove unique constraints .
See also: