UserFrosting API

CreateUsersTable 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 mixed $dependencies = []
N.B.: Not using static here to test old deprecated behavior

Methods

down()

Reverse the migrations.

public down( ) : mixed
Return values
mixed

__construct()

Create a new migration instance.

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

Search results