remove_foreign_key: Remove a foreign key between two tables

View source: R/RelDataModel.R

remove_foreign_keyR Documentation

Remove a foreign key between two tables

Description

Remove a foreign key between two tables

Usage

remove_foreign_key(x, fromTable, fromFields, toTable, toFields)

Arguments

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

Value

A RelDataModel


patzaw/ReDaMoR documentation built on Feb. 23, 2025, 12:54 a.m.