| Table: dbo.Ascii_Time_Clock_Client_Payroll_Item_Id_Map | |||
| This table is used for ASCII time clock import. It maps a client payroll item to a (user-provided) id. The format of the id is specified by a legacy file format. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| client_payroll_item_KEY | int (4) | NOT NULL | The client payroll item that we want to identify for time clock import. |
| id | nvarchar (4) | NOT NULL | This is an identifier to uniquely identify client payroll items for the purpose of time clock import. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Ascii_Time_Clock_Client_Payroll_Item_Id_Map$client_payroll_item_KEY | client_payroll_item_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Ascii_Time_Clock_Client_Payroll_Item_Id_Map__Client_Payroll_Item__client_payroll_item_KEY | client_payroll_item_KEY | Client_Payroll_Item (client_payroll_item_KEY) | |