| Table: dbo.Ascii_Time_Clock_Client_Benefit_Id_Map | |||
| This table is used for ASCII time clock import. It maps a client benefit to a (user-provided) id. The format of the id is specified by a legacy file format. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| client_benefit_KEY | int (4) | NOT NULL | The client benefit that we want to identify for time clock import |
| id | nvarchar (4) | NOT NULL | This is an identifier to uniquely identify client benefits for the purpose of time clock import |
| Primary key | |||
| Name | Columns | Description | |
| PK_Ascii_Time_Clock_Client_Benefit_Id_Map$client_benefit_KEY | client_benefit_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Ascii_Time_Clock_Client_Benefit_Id_Map$client_benefit_KEY | client_benefit_KEY | Client_Benefit (client_benefit_KEY) | |