remove_foreign_key {ReDaMoR} | R Documentation |
Remove a foreign key between two tables
remove_foreign_key(x, fromTable, fromFields, toTable, toFields)
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 |