-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on creation only #20
Comments
Hi i think your column Make that column NULLABLE and the problem goes away. |
I already select category from field and I don't want make category_id nullable |
same issue with belongs to relation |
After tracking the creation behavior in case of using belongs to relation you should enable nullable option for your relationship foreign key as it's attached after the model creation. |
The text was updated successfully, but these errors were encountered: