Print this pagePrint this page

Increase the length for user login field


You can use the below SQL query to increase the length of the login field:

ALTER TABLE va_users MODIFY COLUMN login VARCHAR(255)