Table: dbo.Employee_Earning_Type | |||
The table used to store the employee earning type options. | |||
Columns | |||
Name | Type | Constraints | Description |
employee_earning_type_KEY | int (4) | NOT NULL | Primary key for this table |
description | nvarchar (60) | NOT NULL | Description for this type table. |
Primary key | |||
Name | Columns | Description | |
PK_Employee_Earning_Type | employee_earning_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Employee_Earning_Type$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Employee__Employee_Earning_Type__current__employee_earning_type_KEY | current__employee_earning_type_KEY | Employee | |
FK_Payroll_Bank_Transaction__Employee_Earning_Type__employee_earning_type_KEY | employee_earning_type_KEY | Payroll_Bank_Transaction |