Closed daemswibowo closed 6 years ago
@daemswibowo Thats because your databases are in different hosts. This package only works with databases in same server. You must do it by code because this package can't do it.
Thank you for your answer @maguilar92, that's true. I finally ended by not joining the table.
Description:
i want to check if customers has users which is they are in different database but i get error
homestead.users does not exists
when i query from Customer modelSteps To Reproduce:
I have 2 database e.g:
the users table is in local (DB_CONNECTION) and the customers table is in remote server (DB_CONNEcTION2)
the query is:
in customer model :
and i get this error message: