I have a users
table with a reference to tenant_id
and manager_id
(these are my aliases for the users
model). When I try to bake the model, I get the following error:
Error: Missing database table 'tenants' for model 'Tenant'
I thought bake would allow me to tell it what my aliases are. Am I doing something wrong, or do I just have to manually create my models and forego baking?