$_migration_enabled
$_migration_enabled : boolean
Whether the library is enabled
Migration Class
All migrations should implement this, forces up() and down() and gives access to the CI super-global.
version(string $target_version) : mixed
Migrate to a schema version
Calls each migration step required to get to the schema version of choice
string | $target_version | Target schema version |
TRUE if no migrations are found, current version string on success, FALSE on failure