Naming Primary and Foreign Key Constraints

It is possible to include a constraint name for foreign key constraints in Cúram models. The name given in the model to the foreignkey relationship will be applied to the foreign key constraint itself. If necessary this feature can be suppressed by specifying '-nonamedforeignkeyconstraint ' on the generator command line.

Primary key constraints are also given names in the database. The name of each constraint is the same as that of its corresponding entity. This also results in an accompanying index of the same name. This feature can be suppressed by specifying-nonamedprimarykeyconstraint on the generator command line.