PHP Class CreatePermissionsTable

Inheritance: extends Illuminate\Database\Migrations\Migration
ファイルを表示 Open project: stevemo/cpanel

Public Methods

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

Method Details

down() public method

Reverse the migrations.
public down ( ) : void
return void

seed() public method

Create default Permissions
Author: Steve Montambeault
public seed ( ) : void
return void

up() public method

Run the migrations.
public up ( ) : void
return void