Table that stores the string and uninstall commands
Data model
Fields
| Field | Type | Description |
|---|---|---|
| additional_command | NVARCHAR (510) | Additional commands to uninstall |
| uninstall_string* | NVARCHAR (1000) | Uninstall String |
| update_date | DATETIME | Date the record is updated |
| update_user | INT | User updating the record |
Primary Key
| PK_AAM_SOFTWARE_UNINSTALL |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| update_user | dbo.AFW_USERS | user_id | FK01_AAM_SOFTWARE_UNINSTALL |