Please enable JavaScript to view this site.

Data Cache Data Model

Navigation: » No topics above this level «

dc_versions: Data Cache Installation History

Contents Previous Home Next More

Repository data model version installed.

Catalog: Cache

Schema: Invantive

Alias: vsn

Primary Keys: vsn_id

Label: Installation History

This is a read-only view. The Data Cache API may not support changing the data or the Invantive SQL driver for Data Cache does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Data Cache API.

View Columns

The columns of the view dc_versions are shown below. Each column has an SQL data type.

Name

Data Type

Label

Required

Documentation

vsn_created_at

string(60)

Created in

The code of the function in the modules table from within which the user created the record. This value will never change after creation of the record.

vsn_created_by

string(60)

Created by

Who created the record.

vsn_data_model_version

decimal

Data Model Version

Version of the repository data model installed.

vsn_date_created

datetime

Created at

The system time in UTC at which the record was created. This value will never change after creation of the record.

vsn_date_modified

datetime

Updated at

The system time in UTC at which the record was last updated. This value will change for every mutation of the record.

vsn_dummy

string(1)

Dummy

Placeholder for a unique value to ensure uniqueness and at most one row in this table.

vsn_id

decimal

ID

Unique identifier.

vsn_modified_at

string(60)

Updated in

The code of the function in the modules table from within which the user last updated the record. This value will change for every mutation of the record.

vsn_modified_by

string(60)

Updated by

The name of the user in the users table whom last updated the record. This value will change for every update of the record.

vsn_orig_system_group

string(240)

Original System Group

Reference for identifying the group of records on the system from which it originated. It is commonly used to group records for later validation in an application control.

vsn_orig_system_reference

string(240)

Original System Reference

Reference for identifying the record on the system from which it originated.

vsn_session_created

string(240)

Session Created

The ID of the session which created the record. This value will not change after insert.

vsn_session_modified

string(240)

Session Updated

The ID of the session which last updated the record.

vsn_transaction_created

string(240)

Transaction Created

The ID of the transaction which created the record.

vsn_transaction_modified

string(240)

Transaction Updated

The ID of the transaction which last updated the record.

 

09-12-2020 18:57 Version 20.1.300-BETA+3020