AddFacetingTables::down PHP Method

down() public method

Reverse the migrations.
public down ( ) : void
return void
    public function down()
    {
        Schema::drop('definition_facet_types');
        Schema::drop('definition_facets');
    }
AddFacetingTables