I would like to increase the Options Name character size. In the SQL table there is the following:
1. products_options_types
2. products_options_values
3. products_options_values_to_products_options
I am using 1.3.7. Which one is the one to select?
Additionally, I found the following on the forum. Please let me know if this is correct to use (with file name changes) to increase the character size of the Options Name.
Code:
ALTER TABLE `products_options_values` CHANGE `products_options_values_name` `products_options_values_name` VARCHAR( 64) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL
I look forward to your replies. Thank you.
Bookmarks