| Table: History_Of_Timer | |||
| Columns | |||
| Name | Type | Constraints | Description |
| create__changeset_KEY | int | NOT NULL | |
| update__changeset_KEY | int | NOT NULL | |
| revise__changeset_KEY | int | NOT NULL | |
| history_action_KEY | tinyint (3) | NOT NULL | |
| timer_KEY | int | NOT NULL | |
| sheet_entry_KEY | int | NOT NULL | |
| timer_start_utc | datetime | NOT NULL | |
| elapsed_seconds | int | NOT NULL | |
| user_name | nvarchar (50) | NOT NULL | |
| integration_application_name | nvarchar (30) | NOT NULL | |
| rounding_method_KEY | int | NOT NULL | |
| rounding_increment | decimal (4, 2) | NOT NULL | |
| accumulate_time_before_rounding | bit | NOT NULL | |
| Primary key | |||
| Name | Columns | Description | |
| PK_History_Of_Timer$timer_KEY$create__changeset_KEY$revise__changeset_KEY | timer_KEY, create__changeset_KEY, revise__changeset_KEY | CLUSTERED | |