schema_version - Schema Version
Useful for LoanPro Developers Only!
Use of this table by 3rd parties is not officially supported!
Holds information used by LoanPro developers to verify integrity of databases. Use of this table by 3rd parties is not supported.
Column | Data Type | Column Info | Value Notes | Other |
version_rank | int(11) | Schema versoin rank | ||
installed_rank | int(11) | schema install rank | ||
version | varchar(50) | schema version | ||
description | varchar(200) | The description of the entity instance | ||
type | varchar(20) | Type of database schema | ||
script | varchar(1000) | script ran | ||
checksum | int(11) | checksum | ||
installed_by | varchar(100) | who installed it | ||
installed_on | timestamp | When the schema version was installed | ||
execution_time | int(11) | time it took to run | ||
success | tinyint(1) | whether or not is succeeded | 1 - yes, 0 - no |