2017-03-01 8 views
0

を変更しないドクトリンDBAL表は

整合性制約違反:

Schema::table('users', function (Blueprint $table) { 
      $table->string('password')->nullable()->change(); 
      $table->string('oauthprovider'); 
      $table->string('oauthprovider_id')->unique(); 
     }); 
users_oauthprovider_id_unique「キーのための「1062重複エントリ」

答えて

0

oauthprovider_idをヌル可能にしてください。