migration adjusted to have actual empty string instead of ''

This commit is contained in:
Julie Lenaerts 2022-03-14 11:16:58 +01:00
parent a24cd693e3
commit f44f9d356b

View File

@ -20,7 +20,7 @@ final class Version20220311133150 extends AbstractMigration
public function up(Schema $schema): void
{
// this up() migration is auto-generated, please modify it to your needs
$this->addSql('ALTER TABLE chill_3party.third_party ADD firstname VARCHAR(255) DEFAULT \'""\' NOT NULL');
$this->addSql('ALTER TABLE chill_3party.third_party ADD firstname VARCHAR(255) DEFAULT \'\' NOT NULL');
}
public function down(Schema $schema): void