set empty thridparty.firstname to a string

This commit is contained in:
2022-03-24 18:51:08 +01:00
parent 726b8f0e3c
commit d0c34c0206
2 changed files with 5 additions and 5 deletions

View File

@@ -33,6 +33,6 @@ final class Version20220322095659 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 NULL');
$this->addSql('ALTER TABLE chill_3party.third_party ADD firstname TEXT DEFAULT \'\'');
}
}