UserFrosting API

MigrationInterface

Migration Interfaces class.

Tags
author

Louis Charette

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
mixed

down()

Method to revert changes applied by the `up` method.

public down( ) : mixed
Return values
mixed

Search results