UserFrosting API

CreateFlightsTable extends Migration

Abstract Migration class.

Table of Contents

$dependencies {@inheritdoc}
$schema Builder
up() Run the migrations. mixed
down() Reverse the migrations. mixed
__construct() Create a new migration instance. mixed

Properties

$dependencies

{@inheritdoc}

public static mixed $dependencies = ['\\UserFrosting\\Tests\\Integration\\Migrations\\one\\CreateUsersTable', 'UserFrosting\\Tests\\Integration\\Migrations\\one\\CreatePasswordResetsTable']

Methods

__construct()

Create a new migration instance.

public __construct( [ $schema : Builder|null = null ] ) : mixed
Parameters
$schema : Builder|null = null
Return values
mixed

Search results