classes/Migration.md

Migration

Overview:

Migration provides deterministic schema migration registration and execution.

Public API:

Notes:

CLI:

php tools/migrate.php --action=status
php tools/migrate.php --action=apply --to=latest --file=database/migrations.php
php tools/migrate.php --action=rollback --steps=1 --file=database/migrations.php