Overview

The Cúram generator allows for foreign keys to be created between database tables.

A Foreign Key relationship between two database tables is specified in the input model by adding a relationship of stereotype foreignkey (one word, no spaces) between two entity classes. Optionally you can give the relationship a name, this name is then applied to the foreign key constraint added to the database. Otherwise the database chooses its own name for the constraint.