MasterConfigurationFileVersions Table

Table 1. Database columns for MasterConfigurationFileVersions table

Database Column

Details

MasterConfiguration FileVersionsID

Type: integer. Key. Generated ID

A unique identifier for the insert type.

ConfigurationFileTypeID

Type: integer. Key

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

Name

Type: text (max 100 characters)

Name column originates in MasterConfigurationFile table.

Revision

Type: integer. Key

Revision column originates in MasterConfigurationFile table.

XMLFile

Type: text

XMLFile column originates in MasterConfigurationFile table.

Depricated

Type: boolean

Indicates when a file has been depricated.

MasterConfiguration FileDescriptionID

Type: integer. Key. Nullable

The text description used to show what has changed in an update for the MasterConfigurationFile dataset.

DateCreated

Type: datetime

The date and time the current record was created.