Table s_error_log |
Description: Log of captured runtime errors |
PRIMARY KEY | ||
s_error_code_c
varchar (12) NOT NULL | ||
s_user_id_c
varchar (20) NOT NULL | This is the system user id. Each user of the system is allocated one | s_user |
s_date_d
date default: CURRENT_DATE NOT NULL | ||
s_time_i
integer default: 0 NOT NULL | ||
s_release_number_c
varchar (24) NOT NULL | This is the software release number | |
s_file_name_c
varchar (80) NOT NULL | ||
s_process_id_c
varchar (16) | ||
s_message_line_1_c
varchar (120) NOT NULL | ||
s_message_line_2_c
varchar (80) | ||
s_message_line_3_c
varchar (80) | ||
s_date_created_d
date default: CURRENT_DATE | The date the record was created. | |
s_created_by_c
varchar (20) | User ID of who created this record. | s_user |
s_date_modified_d
date | The date the record was modified. | |
s_modified_by_c
varchar (20) | User ID of who last modified this record. | s_user |
s_modification_id_t
timestamp default: CURRENT_TIMESTAMP | This identifies the current version of the record. | |
FOREIGN KEY s_error_log_fk2: s_user_id_c => s_user s_error_log_fkcr: s_created_by_c => s_user s_error_log_fkmd: s_modified_by_c => s_user |