| Previous: person_time_data_history | Unanet Data Model | Next: person_time_data_tito_history |
| Column Name | Data Type | Default Value |
References Table |
Foreign Key Name |
||
| 1. | PK | time_data_tito_key | decimal(15) | |||
| 2. | time_data_key | decimal(15) | person_time_data | fk_person_time_data_tito1 | ||
| 3. | start_time | datetime | ||||
| 4. | stop_time | datetime | ||||
| 5. | nonwork_hours | decimal(4,2) | ((0)) | |||
| 6. | comments | varchar(2000) | ||||
| Column | References | Foreign Key Name | |
| Table | Column | ||
| time_data_key | person_time_data | time_data_key | fk_person_time_data_tito1 |
| Name | Definition |
| cc_ptdt_start_time | ([start_time]>='1900-01-01' AND [start_time]<='2099-12-31') |
| cc_ptdt_stop_time | ([stop_time]>='1900-01-01' AND [stop_time]<='2099-12-31') |
| Index Name | Unique | Column Name | Asc Or Desc |
| pk_person_time_data_tito | true | time_data_tito_key | Asc |
| idx_person_time_data_tito1 | true | time_data_key | Asc |
| start_time |