Footprints Data Model

Table
Name imp_execn_record
Comment A log of the execution of an import.

Column
Name Datatype Comment Is PK Is FK
imp_execn_record_id bigint The automatically generated primary key of the imp_execn_record table. Yes No
execn_date datetime Execution Date No No
created_ct int Created Count No No
updated_ct int Updated Count No No
rejected_ct int Rejected Count No No
unchgd_ct int Unchanged Count No No
validated_ct int Validated Count No No
imp_status int Import Status No No
imp_id bigint A Foreign Key to the Import table. No Yes