| Table: dbo.Shortfall_Transaction_Type | |||
| Type table which defines the source of the shortfall transaction | |||
| Columns | |||
| Name | Type | Constraints | Description |
| shortfall_transaction_type_KEY | int (4) | NOT NULL | Primary Key |
| description | nvarchar (30) | NOT NULL | Description of the shortfall transaction source |
| Primary key | |||
| Name | Columns | Description | |
| PK_Shortfall_Transaction_Type | shortfall_transaction_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Shortfall_Transaction_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Shortfall_Transaction__Shortfall_Transaction_Type__shortfall_transaction_type_KEY | shortfall_transaction_type_KEY | Shortfall_Transaction | |