public function down(Schema $schema) { $this->abortIf($this->connection->getDatabasePlatform()->getName() != "postgresql"); $this->addSql('UPDATE typo3_typo3cr_domain_model_workspace SET owner = NULL'); }