MigrationInterface
in
Db SQL migration interface
Tags
Table of Contents
Methods
- down() : void
- Execute a DOWN migration (rollback previous changes)
- up() : void
- Execute an UP migration (new forward changes)
Methods
down()
Execute a DOWN migration (rollback previous changes)
public
down() : void
up()
Execute an UP migration (new forward changes)
public
up() : void