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

Not recognized column type #23

Closed
jawira opened this issue Mar 21, 2022 · 2 comments
Closed

Not recognized column type #23

jawira opened this issue Mar 21, 2022 · 2 comments

Comments

@jawira
Copy link

jawira commented Mar 21, 2022

Hello, I tried to generate a config file with config:generate but I got this error:

In AbstractPlatform.php line 454:

Unknown database type _int4 requested, Doctrine\DBAL\Platforms\PostgreSQL100Platform may not support it.

As you can see, _int4 is not recognized as a valid column type. In Symfony you can fix this configuring mapping_types.

# config/packages/doctrine.yaml
doctrine:
    dbal:
        mapping_types:
            _int4: string

Does neuralizer have something like this? Thank you.

@jawira
Copy link
Author

jawira commented May 7, 2022

🦗

@jawira jawira closed this as completed May 7, 2022
@edyan
Copy link
Owner

edyan commented May 30, 2022

Hello, sorry for the delay, I didn't get any notification.

It's documented here : https://github.com/edyan/neuralyzer#custom-application-logic

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