You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We scaffold Required whenever needed.
For StringLength/MaxLength we scaffold it unless the type is specified explicitly using HasColumnType (which is needed if type is char(10) or similar). We may generate the length facet even if that would be redundant so that framework allowing validations can take advantage of it.
The text was updated successfully, but these errors were encountered:
We scaffold
Required
whenever needed.For
StringLength
/MaxLength
we scaffold it unless the type is specified explicitly usingHasColumnType
(which is needed if type ischar(10)
or similar). We may generate the length facet even if that would be redundant so that framework allowing validations can take advantage of it.The text was updated successfully, but these errors were encountered: