addSql('ALTER TABLE chill_person_phone DROP type'); } public function getDescription(): string { return ''; } public function up(Schema $schema): void { // this up() migration is auto-generated, please modify it to your needs $this->addSql('ALTER TABLE chill_person_phone ADD type TEXT DEFAULT NULL'); } }