You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laravel 5.2.27 triggers a database error that the specified column is not found:
Column not found: 1054 Unknown column '0.column_name' in 'where clause' (SQL: select count(*) as aggregate from `table_name` where `0`.`column_name` = value)"
I know that there are other issues #11927 around this problem, and it was fixed in my installation but now it seems to be back.
Any suggestions are welcome!
The text was updated successfully, but these errors were encountered:
Hi,
When we validate an array with the unique:table rule like:
Laravel 5.2.27
triggers a database error that the specified column is not found:I know that there are other issues #11927 around this problem, and it was fixed in my installation but now it seems to be back.
Any suggestions are welcome!
The text was updated successfully, but these errors were encountered: