Replies: 1 comment
-
It's not clear what you are referring to here, can you provide some context, please? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Allow Nullable left blank on integer field gives following expected error:
" Error: null value in column "price" violates not-null constraint"
Allow Nullable left blank on text field, however, does not error and allows blank input?
Seems inconsistent or am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions