The products_name in the table products already is varchar and appears to be set to 255 ...
Now if you go to the table orders_products and look at the Structure you will see that it is shorter ...
You should be able to edit that field and change in from 64 to 255 to match the size that is in the table products_description ...


Reply With Quote
