Skip to main content
Skip table of contents

SchemaUpdateStatus (ver9.0.0)

This table contains a high-level report of selected schema updates displayed in Start Page > System Administrator > System Logs > Schema Updates.

Column NameInitial VersionData TypeDescription

SchemaUpdateStatusID

9.0.0

Number(16,0)

Primary Key. Unique sequential number generated by the application. Indexed. Required.

Name

9.0.0

Varchar2(100)

The name of the schema update.

Status

9.0.0

Number(1,0)

The status of the schema update. Valid values: 0 = Success, 1 = Success with information, 2 = Failure. Required.

DateRun

9.0.0

Timestamp(6)

Timestamp of when this schema update occurred. Required.

IsVisible

9.0.0

Number(1,0)

Indicates whether this row is visible in the schema update page. Valid values: 0 = No, 1 = Yes. Defaults to 1. Required.

ShortDescription

9.0.0

Varchar2(100)

A short, high-level description of the purpose of the schema update. Required.

LongDescription

9.0.0

Varchar2(4000)

A long description of the purpose of the schema update.

ProblemText

9.0.0

Varchar2(4000)

A high-level description of any problem that occurred.

RemedyText

9.0.0

Varchar2(4000)

A high-level description of how to correct the problem.

MigratedCount

9.0.0

Number(16,0)

In a data migration schema update, the number of records successfully migrated.

UnMigratedCount

9.0.0

Number(16,0)

In a data migration schema update, the number of records not migrated.

WhoCreated

9.0.0

Varchar2(100)

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

WhenCreated

9.0.0

Timestamp(6)

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

WhoModified

9.0.0

Varchar2(100)

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

WhenModified

9.0.0

Timestamp(6)

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



JavaScript errors detected

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

If this problem persists, please contact our support.