Table: dbo.Ascii_Time_Clock_Employee_Id_Map | |||
This table is used for ASCII time clock import. It maps an employee to a (user-provided) id. The format of the id is specified by a legacy file format. | |||
Columns | |||
Name | Type | Constraints | Description |
employee_KEY | int (4) | NOT NULL | The employee we want to identify for time clock import. |
id | nvarchar (8) | NOT NULL | This is an identifier to uniquely identify employees for the purpose of time clock import. |
Primary key | |||
Name | Columns | Description | |
PK_Ascii_Time_Clock_Employee_Id_Map$employee_KEY | employee_KEY |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_Ascii_Time_Clock_Employee_Id_Map__Employee__employee_KEY | employee_KEY | Employee (employee_KEY) |