| Table: dbo.Swipe_Clock_Options_Type | |||
| This table holds the description of Swipe Clock Option Type available. It is used to provide options in combo box. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| swipe_clock_options_type_KEY | tinyint (1) | NOT NULL | Key for swipe clock options type table |
| description | nvarchar (100) | NOT NULL | description for swipe clock option type |
| Primary key | |||
| Name | Columns | Description | |
| PK_Swipe_Clock_Options_Type | swipe_clock_options_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Swipe_Clock_Options_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Client_Payroll_Information__Swipe_Clock_Options_Type__swipe_clock_options_type_KEY | swipe_clock_options_type_KEY | Client_Payroll_Information | |