Microweber\Install\Schema\JobsQueue::down PHP Method

down() public method

Reverse the migrations.
public down ( ) : void
return void
    public function down()
    {
        DbSchema::drop('jobs');
    }
JobsQueue