Syntax error or access violation: 1071 La clé est trop longue. Longueur maximale: 1000
// Inclure la facade "Schema"
use IlluminateSupportFacadesSchema;
// dans la méthode boot(), inclure la ligne suivante
public function boot()
{
Schema::defaultStringLength(191);
}