com\setasign\SetaFramework\Database\Migration

MigrationInterface

File: /SetaFramework/src/Database/Migration/MigrationInterface.php

Implemented in

Summary

Methods

__construct()

down()

abstract public MigrationInterface::down (
void
): void

Uninstalls the migration.

Exceptions

Throws \Throwable

up()

abstract public MigrationInterface::up (
void
): void

Installs the migration.

Exceptions

Throws \Throwable