I am using Doctrine with Symfony2. My config.yml file looks something like this:-
doctrine: dbal: driver: %data
I create manually my data base with with UTF8 collate (ex. with phpmyadmin). If I do this, all tables create with command doctrine:schema:create will have collate utf8.