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
I have more than one databases in a project. It seems Tatter will only go with the default database connection.
For those models with different databases, I add the $DBGroup property to its model class, but tables cannot be found - "Error: Table not present in schema".
How do I setup to work with different database models in a project?
Thank you
The text was updated successfully, but these errors were encountered:
This is a known limitation of Tatter\Schemas. Supporting multiple databases is planned work but thus far I'm the only one working on this pair of packages and it is not a need I have so is unlikely to be tackled soon.
I have more than one databases in a project. It seems Tatter will only go with the default database connection.
For those models with different databases, I add the $DBGroup property to its model class, but tables cannot be found - "Error: Table not present in schema".
How do I setup to work with different database models in a project?
Thank you
The text was updated successfully, but these errors were encountered: