RefactorOfficeHierarchy
extends BaseMigration
in package
Table of Contents
Methods
- change() : void
- Change Method.
- useTransactions() : bool
- Disable transaction wrapping so embedded seed failures don't roll back DDL on Postgres.
Methods
change()
Change Method.
public
change() : void
More information on this method is available here: https://book.cakephp.org/phinx/0/en/migrations.html#the-change-method
useTransactions()
Disable transaction wrapping so embedded seed failures don't roll back DDL on Postgres.
public
useTransactions() : bool