I found this code in an old archived thread.
Code:
ALTER TABLE `products_description` CHANGE `products_name` `products_name` VARCHAR( 128 ) NOT NULL
Can I still use that code under "INSTALL SQL PATCHES" for the latest version of Zen Cart?
I would just replace the table name for each instance right?
orders_products
products_description
customers_wishlist
I would also like to make the category names longer.
Is there a document I can reference to see what tables/fields need to be modified?
I'm a noob and this is the first time trying to modify database tables.
Many thanks in advance for any help.