Table: dbo.Scheduled_Payroll_Change_Initiator | |||
This table stores various types of Payroll Change Initiators. | |||
Columns | |||
Name | Type | Constraints | Description |
scheduled_payroll_change_initiator_KEY | int (4) | NOT NULL | Primary key. |
description | nvarchar (200) | NOT NULL | Detail for initiator. |
Primary key | |||
Name | Columns | Description | |
PK_Scheduled_Payroll_Change_Initiator | scheduled_payroll_change_initiator_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Scheduled_Payroll_Change_Initiator$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Scheduled_Payroll_Tracking_Detail__Scheduled_Payroll_Change_Initiator__scheduled_payroll_change_initiator_KEY | scheduled_payroll_change_initiator_KEY | Scheduled_Payroll_Tracking_Detail |