Touchstone Re 2022 Database Reference
tPackage Table
AIRDBAdmin Database : tPackage Table
Description

Stores information about the packages applied to the environment.

During system events such as register or upgrade events, the system uses the information in the table to determine whether a package applies to a target database.

Properties
Creation Date4/29/2019 11:20 AM
File GroupPRIMARY
Text File GroupPRIMARY
System Object
Published for Replication
Rows0
Data Space Used0.00 KB
Index Space Used0.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Unique system-generated sequential identifier for the package.

int4   
 Type of the package, for example, CREATE or UPGRADE.varchar10   
 Version of the product that the package is compatible with.varchar10  
 Name of the package.nvarchar50  
 Description of the package.nvarchar16   
 Date and time that the package was made available.datetime24  
 Date and time that the package was installed.datetime24 
(sysdatetime())
 
Objects that depend on tPackage
 Database ObjectObject TypeDescriptionDep Level
tPackageContent tabletPackageContentTable

Stores the SQL scripts that comprise packages.

1
See Also

Related Objects

AIRDBAdmin Database