A foreign key relationship definition.
Column in this table that holds the FK value.
Whether this is a soft FK (metadata-only, no DB constraint) or a hard FK (real REFERENCES constraint).
Referenced column name (typically "ID").
Referenced schema.
Referenced table name.
A foreign key relationship definition.