| Table: dbo.Minimum_Wage_Payroll_Check_Treatment | |||
| Type table which defines the actions to take if minimum wage is not met when saving a check. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| minimum_wage_payroll_check_treatment_KEY | int (4) | NOT NULL | Primary Key |
| description | nvarchar (200) | NOT NULL | Minimum wage check treatment description. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Minimum_Wage_Payroll_Check_Treatment | minimum_wage_payroll_check_treatment_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Minimum_Wage_Payroll_Check_Treatment$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Payroll_Check_Entry_Option__Minimum_Wage_Payroll_Check_Treatment__minimum_wage_payroll_check_treatment_KEY | minimum_wage_payroll_check_treatment_KEY | Payroll_Check_Entry_Option | |