remove_foreign_key | R Documentation |
Remove a foreign key between two tables
remove_foreign_key(x, fromTable, fromFields, toTable, toFields)
x |
a RelDataModel |
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 |
A RelDataModel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.