DeprecatedClassTable extends Migration
Abstract Migration class.
Table of Contents
| $schema | Builder | |
|---|---|---|
| up() | Run the migrations. | mixed |
| down() | Reverse the migrations. | mixed |
| seed() | Seed the database. | mixed |
| __construct() | Create a new migration instance. | mixed |
Properties
$schema
protected
Builder
$schema
Methods
up()
Run the migrations.
public
up(
)
: mixed
Return values
mixeddown()
Reverse the migrations.
public
down(
)
: mixed
Return values
mixedseed()
Seed the database.
public
seed(
)
: mixed
Return values
mixed__construct()
Create a new migration instance.
public
__construct(
[ $schema :
Builder|null
= null ]
)
: mixed
Parameters
- $schema : Builder|null = null