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
does your table include an uppercase by any chance?
I had a similar problem, solved by adding escaped quotation marks php artisan krlove:generate:model SpkUserOu --table-name \"spk_userOu\"
endou-mame
added a commit
to wiz-develop/laravel
that referenced
this issue
Jan 22, 2024
When I run
php artisan code:models --table=mytable_view
I get the following error:Table [mytable_view] does not belong to schema [my-db-name]
I'm using default public schema from Postgres
The text was updated successfully, but these errors were encountered: