| Table: dbo.Multiple_Garnishment_Calculation_Method | |||
| Columns | |||
| Name | Type | Constraints | Description |
| multiple_garnishment_calculation_method_KEY | int (4) | NOT NULL | Surrogate primary key |
| description | nvarchar (60) | NOT NULL | Description for what we do when there are multiple garnishments and the total exceeds the maximum. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Multiple_Garnishment_Calculation_Method | multiple_garnishment_calculation_method_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Multiple_Garnishment_Calculation_Method$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Employee_Payroll_Item__Multiple_Garnishment_Calculation_Method__multiple_garnishment_calculation_method_KEY | multiple_garnishment_calculation_method_KEY | Employee_Payroll_Item | |