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