The AIRDBAdmin database stores the scripts needed to create or upgrade the AIRExposure and AIRResult tables.
Schema Diagram
You can view a diagram of the AIRDBAdmin database in Schema Diagrams.
The AIRDBAdmin database stores the scripts needed to create or upgrade the AIRExposure and AIRResult tables.
You can view a diagram of the AIRDBAdmin database in Schema Diagrams.
| Table | Description |
|---|---|
| tDbHistory | Stores information about any packages applied to the database. |
| tDBVersion | Stores information about the version of the database. |
| tPackage | 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. |
| tPackageContent | Stores the SQL scripts that comprise packages. |
| tScript | Stores information about the scripts that Touchstone uses to create databases dynamically. The content of the script is available in tScriptContent Table. |
| tScriptContent | Stores the content of the scripts that Touchstone uses to create databases dynamically. More information about the scripts is available in tScript Table. |
| tSIDControl | Stores a list of all SID (sequential identifier) tables in the database and the last SID value in each table. After each insert operation, Touchstone updates the SID value. |
| tUpgradeLog | Stores information about upgrade scripts. |
| tVersionInfo | Stores database version information that Touchstone uses when dynamically creating databases. |