Hi Robert,

I think you are referring to the Foreign Key column constraint (specify the parent table, index gets automatically built).

This does not allow specification of the type of relational update or delete. If you have that information available, you could store it in the column metadata, however. It's more practical, however, to put that information in metadata in the parent table metadata.

Hank