You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i have installed it on symfony3 and uinstaller via composer and it destroyed doctrine Types
[Doctrine\DBAL\DBALException]
Unknown column type "jms_job_safe_object" requested. Any Doctrine type that you use has to be registered with \Doctrine\DBAL\Types\Type::addTy
pe(). You can get a list of all the known types with \Doctrine\DBAL\Types\Type::getTypesMap(). If this error occurs during database introspect
ion then you might have forgot to register all database types for a Doctrine Type. Use AbstractPlatform#registerDoctrineTypeMapping() or have
your custom types implement Type#getMappedDatabaseTypes(). If the type name is empty you might have a problem with the cache or forgot some ma
pping information
The text was updated successfully, but these errors were encountered:
Hi i have installed it on symfony3 and uinstaller via composer and it destroyed doctrine Types
Unknown column type "jms_job_safe_object" requested. Any Doctrine type that you use has to be registered with \Doctrine\DBAL\Types\Type::addTy
pe(). You can get a list of all the known types with \Doctrine\DBAL\Types\Type::getTypesMap(). If this error occurs during database introspect
ion then you might have forgot to register all database types for a Doctrine Type. Use AbstractPlatform#registerDoctrineTypeMapping() or have
your custom types implement Type#getMappedDatabaseTypes(). If the type name is empty you might have a problem with the cache or forgot some ma
pping information
The text was updated successfully, but these errors were encountered: