MasterConfigurationFile Table

The MasterConfigurationFile table stores master configuration files used by IT Asset Management.

Table 1. Database columns for MasterConfigurationFile table

Database Column

Details

MasterConfigurationFileID

Type: integer. Key. Generated ID

A unique identifier for a configuration file.

ConfigurationFileTypeID

Type: integer. Key

The configuration file type. Foreign key to the ConfigurationFileType table.

Name

Type: text (max 100 characters)

The name of the configuration file.

Revision

Type: integer

The revision of the configuration file.

XMLFile

Type: text

The content of the configuration file.