API Documentation (v0.9.0-alpha)

Avolutions\Database\MigrationInterface

An interface which declares the base methods for Migrations.

Methods

Method Visibility Description
migrate() public Executes the migration of the database.

Method Details

migrate()

Executes the migration of the database.

public migrate() : mixed
Return values
mixed Executes the migration of the database.