kissnavel
Chevereto Member
ALTER TABLE
ALTER TABLE
ALTER TABLE
ALTER TABLE
The following error is reported when updating in the database:
#1071 - Specified key was too long; max key length is 1000 bytes
chv_users
MODIFY user_username
varchar(255) NOT NULL; ALTER TABLE
chv_users
MODIFY user_email
varchar(255) DEFAULT NULL; ALTER TABLE
chv_users
MODIFY user_image_expiration
varchar(255) DEFAULT NULL; ALTER TABLE
chv_users
MODIFY user_registration_ip
varchar(255) NOT NULL; The following error is reported when updating in the database:
#1071 - Specified key was too long; max key length is 1000 bytes