CreatePasswordResetsTable 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
= []
$schema
protected
Builder
$schema
Methods
up()
Run the migrations.
public
up(
)
: mixed
Return values
mixeddown()
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