Contains the information of the packages to be distributed
Data model

Fields
Field |
Type |
Description |
action_type |
INT |
Package Action Type (1: Execution, 2: File Copy, 3: Registry Key) |
architecture |
INT |
Package architecture type (1: x86, 2:x64) |
description |
NVARCHAR (1024) |
Package Description |
document_id |
INT |
Uploaded file ID, reference to AFW_DOCUMENT.id table |
id* |
INT |
Package ID |
install_cmd_line |
NVARCHAR (4096) |
Package Installation Command |
name* |
NVARCHAR (500) |
Package Name |
output |
NVARCHAR (512) |
Additional command on package installation |
platform* |
INT |
Package Platform (0: Unknown, 1: Windows, 2: Linux, 3: Mac) |
type* |
INT |
Package Type (1: Software, 2: Updates, 3: Agent) |
version |
NVARCHAR (500) |
Package Version |
Primary Key
References
Column |
Referenced Table |
Referenced column |
Name |
document_id |
Bod. AFW_DOCUMENT |
docu_id |
FK_ASD_PACKAGE |