Class Xmf\Database\Migrate

Xmf\Database\Migrate

For a given module, compare the existing tables with a defined target schema and build a work queue of DDL/SQL to transform the existing tables to the target definitions.

Typically, Migrate will be extended by a module specific class that will supply custom logic (see preSyncActions() method.)

Methods
Properties