We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Field type like TEXT should have a default value of empty string instead of null.
TEXT
If we don't have a default value provided, this one is set to null.
null
Some field type should have a default value instead of null. By example TEXT should have the default value "".
""
This is only applying to the FieldMetadata.
The text was updated successfully, but these errors were encountered:
magrinj
Successfully merging a pull request may close this issue.
Scope & Context
Field type like
TEXT
should have a default value of empty string instead of null.Current behavior
If we don't have a default value provided, this one is set to
null
.Expected behavior
Some field type should have a default value instead of
null
.By example
TEXT
should have the default value""
.Technical inputs
This is only applying to the FieldMetadata.
The text was updated successfully, but these errors were encountered: