R/RelDataModel.R
remove_foreign_key.Rd
Remove a foreign key between two tables
remove_foreign_key(x, fromTable, fromFields, toTable, toFields)
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
A RelDataModel