addSql('ALTER TABLE chill_3party.third_party DROP firstname'); } public function getDescription(): string { return 'Add firstname to thirdparty'; } 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 TEXT DEFAULT \'\''); } }