Application\Migrations\Version20140703140233::down PHP Метод

down() публичный Метод

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
        $this->abortIf($this->connection->getDatabasePlatform()->getName() != "mysql", "Migration can only be executed safely on 'mysql'.");
        $this->addSql("ALTER TABLE bundle CHANGE description description VARCHAR(255) DEFAULT NULL");
    }
Version20140703140233