Contains the information of the packages associated with a distribution project
Data model
Fields
| Field | Type | Description |
|---|---|---|
| id* | INT | Table ID |
| package_comand | NVARCHAR (MAX) | Package Installation Command |
| package_destination_path | NVARCHAR (MAX) | Destination path for copy packets |
| package_executable* | BIT | Flag to indicate whether it is executable or not |
| package_id* | INT | Identifier of the associated package, reference to the ASD_PACKAGE.id table |
| package_order* | INT | Order of execution of the packages |
| setupproject_id* | INT | Distribution project ID, reference to ASD_SETUPPROJECT.id table |
Primary Key
| PK_ASD_SETUPPROJECT_PACKAGE |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| package_id* | dbo.ASD_PACKAGE | id | FK01_ASD_SETUPPROJECT_PACKAGE |
| setupproject_id* | Bod. ASD_SETUPPROJECT | id | FK02_ASD_SETUPPROJECT_PACKAGE |