Re: Attachment for Customers and Suppliers
Thanks @itronics @apmuthu
Things are working as expected...
For filetype length I temporarily (awaiting 2.5) increased it to 80 from 60 and it seems OK.
ALTER TABLE `0_attachments` CHANGE `filetype` `filetype` VARCHAR(80) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL;