throwIrreversibleMigrationException('not implemented'); } public function up(Schema $schema): void { $this->addSql('ALTER TABLE chill_3party.third_party RENAME COLUMN type ' .'TO types'); $this->addSql('ALTER TABLE chill_3party.third_party ALTER COLUMN types ' .'SET DATA TYPE jsonb'); } }