EN
Español
English
Português
    APM_PATCH_DOWNLOAD

    Stores information about the scheduled or executed download of a patch

    Data model

    Fields

    Field Type Description
    automatic_install BIT Does it indicate if the patch installation will be performed? automatically
    created_date* DATETIME Download log creation date and time
    download_date DATETIME Date and time it was completed? Downloading the patch
    download_status_id INT Download status identifier (e.g., scheduled, downloaded, failed)
    id* INT Unique identifier of the download
    modified_date* DATETIME Date and time of last modification of the record
    patch_id* INT Patch ID
    schedule_date DATETIME Date and time scheduled to download the patch

    Primary Key

    PK_APM_PATCH_DOWNLOAD
    id

    References

    Column Referenced Table Referenced column Name
    patch_id* dbo.APM_PATCH id FK01_APM_PATCH_DOWNLOAD