Tagged Questions
0
votes
3answers
470 views
Laravel 3 Schema Table Column Collation
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 guide did not help at all. I found ...