DoctrineMigrations\Version20160823140932::down PHP Method

down() public method

public down ( Doctrine\DBAL\Schema\Schema $schema )
$schema Doctrine\DBAL\Schema\Schema
    public function down(Schema $schema)
    {
        // this down() migration is auto-generated, please modify it to your needs
    }
Version20160823140932