EN
Español
English
Português
    AAM_DEVICE_OS

    Stores information about the operating system installed on the device

    Data model

    Fields

    Field Type Description
    architecture NVARCHAR (40) Operating System Architecture
    extra NVARCHAR (200) Additional operating system information
    id* INT Operating System Identifier
    install_date DATETIME Operating System Installation Date
    kernel NVARCHAR (100) Operating System Kernel Version
    language NVARCHAR (120) Operating System Language
    locale NVARCHAR (120) Operating System Locale
    modification_date* DATETIME Log Edit Date
    os_type NVARCHAR (508) Operating System Type

    Primary Key

    PK01_AAM_DEVICE_OS
    id

    References

    Column Referenced Table Referenced column Name
    id* dbo.AAM_DEVICE_SOFTWARE id FK01_AAM_DEVICE_OS