PHP Class CreatePermissionsTable

Inheritance: extends Illuminate\Database\Migrations\Migration
Afficher le fichier Open project: stevemo/cpanel

Méthodes publiques

Méthode Description
down ( ) : void Reverse the migrations.
seed ( ) : void Create default Permissions
up ( ) : void Run the migrations.

Method Details

down() public méthode

Reverse the migrations.
public down ( ) : void
Résultat void

seed() public méthode

Create default Permissions
Author: Steve Montambeault
public seed ( ) : void
Résultat void

up() public méthode

Run the migrations.
public up ( ) : void
Résultat void