Footprints Data Model

Table
Name imp_error_result
Comment A list of errors that occured during the execution of the import.

Column
Name Datatype Comment Is PK Is FK
imp_error_result_id bigint The automatically generated primary key of the imp_error_result table. Yes No
imp_error_result_string_inheri varchar(255) Import Error Result String Inherited. No No
imp_error_row varchar(max) The value of a Import Error Result, stored as a string. No No
imp_error_line int The value of a Import Error Result stored as boolean. No No
imp_error_parms varchar(255) The value of a Import Error Result, stored as a string. No No
imp_execn_record_id bigint A Foreign Key to the Import Execution Record table. No Yes