I have a problem when I would like to generate Entity class in Symfony 4 with this command line:
php bin/console doctrine:mapping:import 'App\Entity' annotation --path=src/Entity
But, I have this error message after execution commande line:
In AbstractPlatform.php line 479: Unknown database type xmltype requested, Doctrine\DBAL\Platforms\OraclePlatform may not support it.
Thank you for your answers
Comments
Post a Comment