Table: dbo.Negative_Payroll_Check_Treatment | |||
Type table which defines the actions to take if a negative check is found when saving a check. | |||
Columns | |||
Name | Type | Constraints | Description |
negative_payroll_check_treatment_KEY | int (4) | NOT NULL | Primary Key |
description | nvarchar (200) | NOT NULL | Negative check treatment description. |
Primary key | |||
Name | Columns | Description | |
PK_Negative_Payroll_Check_Treatment | negative_payroll_check_treatment_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Negative_Payroll_Check_Treatment$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Payroll_Check_Entry_Option__Negative_Payroll_Check_Treatment__negative_payroll_check_treatment_KEY | negative_payroll_check_treatment_KEY | Payroll_Check_Entry_Option |