This object represents a foreign key constraint on a relational database
DocumentProperty | Type | Description |
---|---|---|
name | Text | Name of the foreign key constraint |
foreignTable | Text | Name of the foreign table |
localColumnNames | Text | Local column names |
foreignColumnNames | Text | Foreign column names |