ALTER TABLE `user` CHANGE `username` `username` BLOB NOT NULL  ;
ALTER TABLE `hosting_order` CHANGE `whm_username` `whm_username` BLOB NOT NULL ,
CHANGE `whm_password` `whm_password` BLOB NOT NULL ,
CHANGE `server_hostname` `server_hostname` BLOB NOT NULL ;
