for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Application\Migrations;
use Doctrine\DBAL\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;
class Version20171007113841 extends AbstractMigration
{
/**
* @param Schema $schema
*/
public function up(Schema $schema)
$this->addSql('DROP TABLE IF EXISTS `news_topics`;');
}
public function down(Schema $schema)