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