Update a the cardinalities of a foreign key between two tables
Source:R/RelDataModel.R
update_foreign_key.Rd
Update a the cardinalities of a foreign key between two tables
Arguments
- x
- fromTable
the name of the referencing table
- fromFields
the name of the referencing fields
- toTable
the name of the referenced table
- toFields
the names of the referenced fields
- fmin
from minimum cardinality
- fmax
from maximum cardinality
- tmin
to minimum cardinality
- tmax
to maximum cardinality