Rules added by users to group software by executable
Data model
Fields
| Field | Type | Description |
|---|---|---|
| file_product_name | NVARCHAR (512) | Name of the software where the grouping is done |
| 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_FILE_RULE |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| software_id* | dbo.AAM_SOFTWARE_VERSION | id | FK01_ASM_FILE_RULE |