Replies: 1 comment
-
@hoanbv did you find any solution for those sigular tables names ? i have the same problem when i try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i have a table name is "user_type" , how can I generate a model with singular name table?
when i run
php artisan krlove:generate:model UserType --output-path=models --namespace=models
i receied an error
Krlove\EloquentModelGenerator\Exception\GeneratorException : Table user_types does not exist
Beta Was this translation helpful? Give feedback.
All reactions