Doctrine2: How to set all tables to collate with UTF8

前端 未结 14 1048
夕颜
夕颜 2020-12-08 02:55

I am using Doctrine with Symfony2. My config.yml file looks something like this:-

Doctrine Configuration

doctrine:
    dbal:
        driver: %data         


        
14条回答
  •  南笙
    南笙 (楼主)
    2020-12-08 03:50

    I had have the same problem, and after reading this documentation from doctrine project page I decided to abandon solution with yml file.

提交回复
热议问题