PHP Class EnterprisePlan

Inheritance: extends Illuminate\Database\Migrations\Migration
Mostra file Open project: hillelcoren/invoice-ninja

Public Methods

Method Description
down ( ) : void Reverse the migrations.
up ( ) : void Run the migrations.

Protected Methods

Method Description
checkTimeout ( $timeout, $startTime )

Private Methods

Method Description
upAccounts ( $primaryAccount, $otherAccounts = [] )

Method Details

checkTimeout() protected method

protected checkTimeout ( $timeout, $startTime )

down() public method

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

up() public method

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