
Leonardo Araníbar Sanchez
PreguntaBuenas ,me tira el siguiente error ,cuando le doy click en boton de registrarse:
SQLSTATE[HY000]: General error: 1364 Field 'id' doesn't have a default value (SQL: insert into
(
,
,
,
) values (8365889870713, 16, 2018-09-06 15:49:53, 2018-09-06 15:49:53))

Leonardo Araníbar Sanchez
Ya lo solucione de esta forma editando el SocialAuthController :
$profile=SocialProfile::create([ 'id'=>intval(SocialProfile::count()+1), 'social_id'=>$data->id, 'user_id'=>$user->id ]);