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 was working with migrations and models and I wanted to dump data. However Tempest seems to want to load a relation, though I asked for a property. I also don't have any relations yet.
Didn't do a deep dive yet, so not sure how/where to debug this.
~/P/tempest-cms ❯❯❯ tempest hello:world -v
Hello World!
Hello foobar!
× Tempest\Database\Exceptions\MissingRelation
× Could not access App\Models\User::created_at, did you forget to load it?
The text was updated successfully, but these errors were encountered:
Tempest Version
dev-main
PHP Version
8.4
Operating System
MacOS
Description
I was working with migrations and models and I wanted to dump data. However Tempest seems to want to load a relation, though I asked for a property. I also don't have any relations yet.
Didn't do a deep dive yet, so not sure how/where to debug this.
Steps to Reproduce
Migration
Model
Command
Result
The text was updated successfully, but these errors were encountered: