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
It's currently VARCHAR(255) which is too short for some users.
Please alter the column to allow longer text.
Additionally, in case of large string, field length should be validated instead of 500 which is happening now.
It's currently
VARCHAR(255)which is too short for some users.Please alter the column to allow longer text.
Additionally, in case of large string, field length should be validated instead of
500which is happening now.