Skip to main content
Skip table of contents

CST_PrefConfig (ver6.2.0)

This table is to be used for state reporting. It identifies the deployment configuration values in key-value form. It replaces the CST_DeployConfig table.

Column Name

Initial Version

Data Type

Description

ConfigFileID

6.2.1.1

Number(19,0)

The internal ID for the CST_ConfigFile record to which the record is associated.

ID

6.2.0

Number(19,0)

Sequential number generated by the application, uniqueness in the table is guaranteed by Primary Key Unique Index. Required.

Name

6.2.0

Varchar2(255)

The unique name key of the configuration value. Required.

Value

6.2.0

CLOB

The configuration value.

WhenCreated

6.2.0

Timestamp(6)

Date and time the record was created. Defaults to system date.

WhenModified

6.2.0

Timestamp(6)

Date and time the record was modified. Defaults to system date.

WhoCreated

6.2.0

Varchar2(100)

The user login that created the record. Defaults to database user. 

WhoModified

6.2.0

Varchar2(100)

The user login that modified the record. Defaults to database user. 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.