PHP Class CreateItemHistoryTable

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

Public Methods

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

Method Details

createPastHistory() public method

public createPastHistory ( $item )

down() public method

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

up() public method

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