PHP Class FluxBB\Migrations\Migration

Inheritance: extends Illuminate\Database\Migrations\Migration
Afficher le fichier Open project: fluxbb/core

Protected Properties

Свойство Type Description
$schema Illuminate\Database\Schema\Builder
$table string

Méthodes publiques

Méthode Description
__construct ( Illuminate\Database\Schema\Builder $builder )
down ( )
up ( )

Méthodes protégées

Méthode Description
create ( Illuminate\Database\Schema\Blueprint $table )

Method Details

__construct() public méthode

public __construct ( Illuminate\Database\Schema\Builder $builder )
$builder Illuminate\Database\Schema\Builder

create() abstract protected méthode

abstract protected create ( Illuminate\Database\Schema\Blueprint $table )
$table Illuminate\Database\Schema\Blueprint

down() public méthode

public down ( )

up() public méthode

public up ( )

Property Details

$schema protected_oe property

protected Builder,Illuminate\Database\Schema $schema
Résultat Illuminate\Database\Schema\Builder

$table protected_oe property

protected string $table
Résultat string