I\'m learning laravel, and I\'m stuck on a simple process. I want the tables to be generated as UTF-8 but varchar and text fields are like latin-1.
Schema section in gui
Seems not implement actually for individual schema build in Laravel 3 master. (find nothing in source code)
I think you need to do this manually ( try with raw query )