tattersoftware / codeigniter4-relations

Entity relationships for CodeIgniter 4
MIT License
87 stars 20 forks source link

I created a new schema, but when I use "with" it returns "Table not present in schema:" #44

Closed NathanAllmeida closed 2 months ago

NathanAllmeida commented 1 year ago

I created a new schema, but when I use "with" it returns "Table not present in schema:" When i use in terminal php spark schemas -print

I get the feedback that the "establishment" relationship exists image

But when I call the "with" I get the error: Table not present in schema: establishment

MGatner commented 1 year ago

Can you share your entire schema? Maybe in Pastebin or GitHub Gist if it is very big.