Update a the cardinalities of a foreign key between two tables
update_foreign_key(
x,
fromTable,
fromFields,
toTable,
toFields,
fmin,
fmax,
tmin,
tmax
)
A RelDataModel
a RelDataModel
the name of the referencing table
the name of the referencing fields
the name of the referenced table
the names of the referenced fields
from minimum cardinality
from maximum cardinality
to minimum cardinality
to maximum cardinality