Table: person_time_data_tito_history

Columns
  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_history fk_per_time_data_tito_history2
3. PK modified_date datetime   person_time_data_history fk_per_time_data_tito_history2
4.   start_time datetime      
5.   stop_time datetime      
6.   nonwork_hours decimal(4,2) ((0))    
7.   comments varchar(2000)      
Foreign Keys
Column References Foreign Key Name
Table Column
time_data_key person_time_data_history time_data_key fk_per_time_data_tito_history2
modified_date   modified_date  
Indices
Index Name Unique Column Name Asc Or Desc
pk_per_time_data_tito_history true time_data_tito_key Asc
    modified_date  
idx_per_time_data_tito_hist1 false time_data_key Asc
    modified_date