EN
Español
English
Português
    ASM_SOFTWARE_RULE

    Rules added by users to group software by software name

    Data model

    Fields

    Field Type Description
    manufacturer_name NVARCHAR (512) Manufacturer parameter for performing software bundling
    name* NVARCHAR (512) Parameter name by which the software is grouped
    software_id* INT Identifier to the software where the grouping is carried out
    update* DATETIME Date the record is updated
    version NVARCHAR (510) Parameter version by which the software is grouped

    Primary Key

    PK_ASM_SOFTWARE_RULE
    id

    References

    Column Referenced Table Referenced column Name
    software_id* dbo.AAM_SOFTWARE_VERSION id FK01_ASM_SOFTWARE_RULE