InitActivities
extends BaseMigration
in package
Table of Contents
Properties
- $autoId : bool
Methods
- down() : mixed
- Reverse the migration.
- up() : void
- Change Method.
- useTransactions() : bool
- Disable transaction wrapping so embedded seed failures don't roll back DDL on Postgres.
Properties
$autoId
public
bool
$autoId
= \false
Methods
down()
Reverse the migration.
public
down() : mixed
up()
Change Method.
public
up() : 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