In the model field the character limit has been set to 32 characters. I'm in need of expanding this limit. In the SQL-database, zen_products table and in products_model field the limit has been set to: varchar(32).
I'm wondering if it's just to increase this limit to: varchar(64) or must I take into account something else as well?
Im aware that more characters might break the design/layout when rendering the detailed product view page in the browser, but that is a small issue I can fix easily.
(I'm in no need for CSS help here)
Any input would be great!



