Migration
in
Interface Migration
Defines the contract for database migration classes. Implementing classes should provide methods to apply and revert database schema changes.
Table of Contents
Methods
Methods
down()
public
down() : mixed
up()
public
up() : mixed