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

Fix the problem about creating a new migrations #6149

Closed
j0k3r opened this issue Dec 15, 2022 · 0 comments · Fixed by #6171
Closed

Fix the problem about creating a new migrations #6149

j0k3r opened this issue Dec 15, 2022 · 0 comments · Fixed by #6171
Assignees
Labels
Milestone

Comments

@j0k3r
Copy link
Member

j0k3r commented Dec 15, 2022

It seems there is a problem after upgrading the whole doctrine deps (in #6143) about a field type json_array.

In Exception.php line 112:

  Unknown column type "json_array" requested. Any Doctrine type that you use has to be registered with \Doctrine\DBAL\Types\Type::addType(). You can get a list of all the known types with \Doctrine\DBAL\Types\Type::getTypesMap(). If this error occurs during database introspection then you might have forgotten 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 mapping information.

This must be fixed before 2.6.0.

@j0k3r j0k3r added the Bug label Dec 15, 2022
@j0k3r j0k3r added this to the 2.6.0 milestone Dec 15, 2022
@j0k3r j0k3r self-assigned this Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant