Column names which included by this foreign key.
Name of the table which contains this foreign key.
"ON DELETE" of this foreign key, e.g. what action database should perform when referenced stuff is being deleted.
"ON UPDATE" of this foreign key, e.g. what action database should perform when referenced stuff is being updated.
Column names which included by this foreign key.
Table referenced in the foreign key.
Creates a new copy of this foreign key with exactly same properties.
Creates a new table foreign key from the given foreign key metadata.
Generated using TypeDoc
Foreign key from the database stored in this class.