handesk icon indicating copy to clipboard operation
handesk copied to clipboard

Facing the same issue about SQLSTATE[23000]: Integrity constraint violation: 1052

Open amar30kul opened this issue 5 years ago • 0 comments

Facing the same issue as #221 SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'team_id' in where clause is ambiguous (SQL: select count(*) as aggregate from tickets inner join memberships on tickets.team_id = memberships.team_id where memberships.user_id = 2 and status < 4 and team_id = 1 and tickets.deleted_at is null) (View: C:\xampp\htdocs\handesk\vendor\badchoice\thrust\src\resources\views\index.blade.php)

amar30kul avatar May 05 '20 14:05 amar30kul