tblLVST_DBVersion
Table Description:
tblLVST_DBVersion determines the version and creation date of the current database. It is used to drive
upgrades and conversion routines. ***Do not edit***.
Table structure:
Column Name |
Data Type |
Data Length |
Default Value |
See Also |
DatabaseVersion |
VARCHAR |
50 |
N/A |
N/A |
CreationDate |
TIMESTAMP |
N/A |
N/A |
N/A |
Mode |
INTEGER |
N/A |
N/A |
N/A |
Column Descriptions and Constraints:
Column |
Description |
Constraint Name |
Constraint Description |
DatabaseVersion |
Database version number for this schema |
UNIQUE NOT NULL |
N/A |
CreationDate |
this database schema was created. |
N/A |
N/A |
Table Constraints:
Constraint Name |
Constraint Description |
Columns Related |
N/A |
N/A |
N/A |