Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

type jms_job_safe_object stays somewere #180

Open
viszman opened this issue Jul 24, 2017 · 2 comments
Open

type jms_job_safe_object stays somewere #180

viszman opened this issue Jul 24, 2017 · 2 comments

Comments

@viszman
Copy link

viszman commented Jul 24, 2017

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

@develth
Copy link

develth commented Sep 19, 2017

Did you already fixed it?

@viszman
Copy link
Author

viszman commented Sep 20, 2017

yes, it seems you need to remove tables from database manually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants