PHP Class AlterDvsPagesForMiddleware

Inheritance: extends Illuminate\Database\Migrations\Migration
Show file Open project: devisephp/cms

Public Methods

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

Private Methods

Method Description
copyData ( $from, $to )

Method Details

down() public method

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

up() public method

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