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