ALTER TABLE tbl_name ALTER column_name SET DEFAULT new_value;
//Server side, so every new table will be utf8 unicode SET character_set_server = 'utf8'; SET collation_server = 'utf8_unicode_ci';