Hello everyone,
I've got a Mysql table with some longblob fields, EM doesn't show them in the preview, giving an "Unsupported data type" error:
How I can manage this so that I can have these fields usable in EM?
Hello everyone,
I've got a Mysql table with some longblob fields, EM doesn't show them in the preview, giving an "Unsupported data type" error:
How I can manage this so that I can have these fields usable in EM?
Hello Andrea,
You can try using a CAST to convert the blob field into a data type (e.g. NVARCHAR) supported by EasyMorph.
Thanks for the reply Dmitry, I confirm that this solution works well!