I noticed the collation of columns is always the same as the database. Any way to specify it? e.g. The collation of the database is 'latin1', but i need to insert 'utf-8' chars. So i need to specify the collation of string columns as 'utf8'.