update_foreign_key {ReDaMoR} | R Documentation |
Update a the cardinalities of a foreign key between two tables
Description
Update a the cardinalities of a foreign key between two tables
Usage
update_foreign_key(
x,
fromTable,
fromFields,
toTable,
toFields,
fmin,
fmax,
tmin,
tmax
)
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 |
Value
[Package ReDaMoR version 0.7.6 Index]