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
Not all data that is put into a VARCHAR column is checked on length. Earlier versions of MySQL (including that used in production) allow the data to be entered, albeit truncated. Add max_length validators wherever necessary.
The text was updated successfully, but these errors were encountered:
Not all data that is put into a VARCHAR column is checked on length. Earlier versions of MySQL (including that used in production) allow the data to be entered, albeit truncated. Add
max_length
validators wherever necessary.The text was updated successfully, but these errors were encountered: