Hello!
I've been trying to deploy custom types with attributes allowing NULL values to 7.2 environment and I'm facing weird issue at database end:
Here's the screenshot from the Composer where the attribute is set to have NULL values:

But at the database end, I don't see Allow NULLs checked:

I've tried with multiple Composer versions, but nothing works.
It's not recommended to make the changes directly on the database level as it might destroy views associated.
Any ideas or experiences on the same line?