ON
Size: a a a
ON
AS
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'evo_user_settings.id' in 'where clause' (SQL: select * from `evo_user_settings` where `evo_user_settings`.`id` = 1 limit 1)там вообще походу модель кривая )
AS
ON
A
AS
ON
AS
AS
public function attributes()значит has("attributes")
{
return $this->hasOne(UserAttribute::class,'internalKey','id');
}
AS
public function user()значит with("user")
{
return $this->belongsTo(User::class,'internalKey','id');
}
ON
ВК
ВК
A
P
AS
ON