Table: dbo.Check_Template_Usage_Preference_Setting | |||
This table stores the usage settings used for payroll check templates, for when possibly initializing a payroll check based on a template, and for when possibly updating a payroll check template based on edits to a payroll check. | |||
Columns | |||
Name | Type | Constraints | Description |
check_template_usage_preference_setting_KEY | tinyint (1) | NOT NULL | the primary key of this table. |
description | nvarchar (40) | NOT NULL | The check_template_usage_preference_setting_KEY description. |
Primary key | |||
Name | Columns | Description | |
PK_Check_Template_Usage_Preference_Setting | check_template_usage_preference_setting_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Check_Template_Usage_Preference_Setting$description | description |