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
Looks like the string length attribute ([StringLength(255)]) can be used to restrict how long text can be put in a database column. With PostgreSQL this doesn't have a performance impact, just a data validness check. So if desired this can be done. Note that if done then the following warning should be re-enabled:
Looks like the string length attribute (
[StringLength(255)]
) can be used to restrict how long text can be put in a database column. With PostgreSQL this doesn't have a performance impact, just a data validness check. So if desired this can be done. Note that if done then the following warning should be re-enabled:The text was updated successfully, but these errors were encountered: