© 2026 Hedgehog Software, LLC
$query->whereHas('teams', function ($query) use ($role) { $query->where('team_user.role', $role); });
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'role' in 'where clause'