Class Xmf\Database\Tables

Xmf\Database\Tables

inspired by Yii CDbMigration

Build a work queue of database changes needed to implement new and changed tables. Define table(s) you are dealing with and any desired change(s). If the changes are already in place (i.e. the new column already exists) no work is added. Then executeQueue() to process the whole set.

Methods
Properties