It is in a shared host and I access with Navicat. I have field with BLOB and I want to convert it into VARCHAR. I\'ve tried in the design screen but everything was lost. I b
try with the below query
alter table table_name change field_name field_name VARCHAR(1000);