EN
Español
English
Português
    AFLS_SETTINGS_LOG

    Table where the configuration change record is made, recording the previous configuration value and the next value.

    Data model

    Fields

    Field Type Description
    sett_log_created* INT Dialing for Configuration Log Status Identification
    sett_log_date* DATETIME Date the configuration field value update is performed
    sett_log_id* INT Unique identifier of the table
    sett_log_key* NVARCHAR (110) Configuration Key Name
    sett_log_value_after* NVARCHAR (MAX) New Configuration Value
    sett_log_value_before* NVARCHAR (MAX) Pre-upgrade configuration

    Primary Key

    PK_AFLS_SETTINGS_LOG
    sett_log_id