-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
non-nullable Reactants #140
Comments
Hi @volkv! Initially I've thought that it might be useful when you are implementing your own logic. But it will require to implement your own models and observers. To be honest I've never used non-nullable fields. |
I think it will be better to add |
I just checked, it does not work if --nullable is not added while setting up reacters. Seems like the created events is not fired just as @volkv said before. Same goes for setting up reactants. |
Hi. Docs saying
How should it work if you observe Created event which is fired after model is inserted into DB (which is not possible with non-nullable field)..?
The text was updated successfully, but these errors were encountered: