3

最新版本 Symfony2 并在 MAC 上使用 MAMP。以下命令:

php app/console doctrine:mapping:convert yml ./src/Acme/DemoBundle/Resources/config/doctrine/metadata/orm --from-database --force

我的错误:

[Doctrine\DBAL\DBALException]                                                                    
  Unknown database type enum requested, Doctrine\DBAL\Platforms\MySqlPlatform may not support it.

不要有任何想法。怎么了?

与我的数据库的连接正在工作。因为我试图创建一个表并且输出是该表存在。

4

1 回答 1

8

抱歉,我错过了,这是我的问题的解决方案。

http://symfony.com/doc/current/cookbook/doctrine/dbal.html#registering-custom-mapping-types-in-the-schematool

于 2012-11-22T20:08:48.277 回答