-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Allow null values for integer columns in declarative schema #23819
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
Allow null values for integer columns in declarative schema #23819
Conversation
Hi @JeroenVanLeusden. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@magento run all tests |
Hi @sidolov, thank you for the review.
|
✔️ QA passed |
@magento run all tests |
Hi @JeroenVanLeusden, thank you for your contribution! |
Description (*)
This PR makes it possible to use
null
as a default value for integer columns.Fixed Issues (if relevant)
None I could find.
Manual testing scenarios (*)
bin/magento setup:upgrade
is_active
column should have a default valuenull
.Contribution checklist (*)