MigrationInterface
Migration Interfaces class.
Tags
Table of Contents
up() | Method to apply changes to the database. | mixed |
---|---|---|
down() | Method to revert changes applied by the `up` method. | mixed |
Methods
up()
Method to apply changes to the database.
public
up(
)
: mixed
Return values
mixeddown()
Method to revert changes applied by the `up` method.
public
down(
)
: mixed