EN
Español
English
Português
    AVS_DEVICE_LICENSE

    Table that stores licenses on a device

    Data model

    Fields

    Field Type Description
    device_id* INT Unique identifier of the associated device
    id* INT Primary key of the table
    license_id* INT Unique identifier of the associated license
    token* VARCHAR (40) Token related to the licensed record

    Primary Key

    PK01_AVS_DEVICE_LICENSE
    id

    References

    Column Referenced Table Referenced column Name
    device_id* dbo.AVS_DEVICE id FK01_AVS_DEVICE_LICENSE
    license_id* Bod. AFW_LICENSE lice_id FK02_AVS_DEVICE_LICENSE