Upon using PHPMyAdmin to change a VARCHAR field (MySQL 3.23.41) to TEXT I get the following error message:
Error
SQL-query :
ALTER TABLE nnet_usermetadata CHANGE nnet_user_uplinenumber nnet_user_uplinenumber TEXT DEFAULT NULL
MySQL said:
BLOB column 'nnet_user_uplinenumber' used in key specification without a key length
Back
How then do I change a MySQL VARCHAR field to TEXT? The mySQL manual also offers little help for me to understand.
Thanx
Phil