Ok, found out why: i worked for a long time with Propel and it seems that Propel still supports enum types. But Doctrine2 does not.
So its only Doctrine related and not a Symfony2 problem. Thx to all readers. On 17 Jan., 15:18, "s.rohweder" <[email protected]> wrote: > Hi all, > > i tried to import a schema from a database wich contains enum fields. > Sadly this fails with: > > Unknown database type enum requested, Doctrine\DBAL\Platforms > \MySqlPlatform may not support it. > > Do I misunderstand something in handling this or is there a chance for > a workaround or something similar ? > > Thx in advance. > > Sören -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
