addSql('ALTER TABLE tld ADD deleted_at DATE DEFAULT NULL'); $this->addSql('COMMENT ON COLUMN tld.deleted_at IS \'(DC2Type:date_immutable)\''); } public function down(Schema $schema): void { // this down() migration is auto-generated, please modify it to your needs $this->addSql('ALTER TABLE tld DROP deleted_at'); } }