TypeCheck after the default value is set #4420
sanjeethboddi
started this conversation in
Chat
Replies: 1 comment
-
Hey @sanjeethboddi , thanks for flagging this! You can try separating the TYPE & VALUE definitions and then it works fine:
|
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
-
when I insert the record it fails because it's looking for full_name field with type string. I think the type check should happen after the default value is set. or it shouldn't happen.
Beta Was this translation helpful? Give feedback.
All reactions