You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The value passed to the references parameter should be the name of
the table the foreign key constraint should reference.
Constraint names
In general, the generated constraints will be named
fk_containingTableName_referencedTableName. In the Oracle dialect,
the two table names will be truncated to 13 characters each so that
the entire constraint will fit into Oracle's archaic 30 character
identifier name limit.
If the generated name is not appropriate (e.g., if the truncated name
collides with another generated name or you have multiple FKs from one
table to another), you can override it using the referenceName
parameter: