Laravel 3 Schema Table Column Collation

前端 未结 5 2107
耶瑟儿~
耶瑟儿~ 2021-02-06 19:44

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

5条回答
  •  花落未央
    2021-02-06 20:12

    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 )

提交回复
热议问题