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.
Generated using TypeDoc
Foreign key options.