Impossible de modifier un champ de type "enum". la migration s'execute normalement mais la modification n'est pas appliquer
$this->modify('formations', function(Structure $table) {
$table->enum('niveau', ['debutant', 'moyen', 'avance', 'expert', 'all'])->change();
return $table;
});
Sachant que je veut ajouter la valeur 'all'