can't be use with join
Closed this issue · 2 comments
tsulatsitamim commented
"sqlMessage": "Column 'name' in where clause is ambiguous"
Obapelumi commented
You will have to specify the table name in your where clause. For example:
Book.where('books.name')
where books
is the name of the table
Obapelumi commented
@tsulatsitamim My previous answer did not fully understand your issue but I pushed a fix for this now