EN
Español
English
Português
    AMDM_DEVICELOG

    Store a device’s log information

    Data model

    Fields

    Field Type Description
    device_id* INT Device ID, reference to AMDM_DEVICE.dev_id table
    id* INT Unique identifier of a device’s log log
    lastsync DATETIME Last Log Synchronization Date
    log VARBINARY Log reported by the device

    Primary Key

    PK_AMDMDEVICELOG
    id

    References

    Column Referenced Table Referenced column Name
    device_id* dbo.AMDM_DEVICE id FK01_AMDMDEVICELOG