<div dir="ltr">Hello.<div>I am trying to create a field in table which should look like this:</div><div>`name` varchar(255) DEFAULT NULL<br></div><div>But both types I've tried UNICODE and STR produces next statement:</div>
<div>`name` varchar(255) CHARACTER SET utf8 NOT NULL<br></div><div><br></div><div>How can I get rid of CHARACTER SET here ?</div><div><br></div><div>Thank You.</div></div>