Hi,
I am displaying my attribute as a list with radio buttons but I would like to be able to add longer descriptions of each attribute.
I tried changing the field type in the database but I get this error
SQL query:
ALTER TABLE `products_options_values` CHANGE `products_options_values_name` `products_options_values_name` TEXT CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL
MySQL said:
#1170 - BLOB/TEXT column 'products_options_values_name' used in key specification without a key length
Does anyone know how I could change this?
Thank you
Rachael



