-
Notifications
You must be signed in to change notification settings - Fork 67
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
Inconsistent naming for nullable columns in migration files #132
Comments
May I help with this? @exekias |
That would be awesome! let us know if we can help in any way! Also pinging @andrew-farries just in case he has any thoughts, we never got to discuss this issue |
I think the only thing left to do, is to decide for either |
I agree, nullable works for me |
For
alter_column
we need to setnot_null: true
but foradd_column
we need to setnullable: false
. It would be nice to be consistent with the names in the different operations.The text was updated successfully, but these errors were encountered: