Filament PHP Table: field list is ambiguous
When adding a search to a Filament table, you might come across an error like this: SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'email' in field list is ambiguous. The issue arises from joining two or more tables with the same column...



