Skip to content

Fix return type for getSQLDeclaration #46

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SergeC
Copy link

@SergeC SergeC commented Feb 4, 2025

Fix return type error. The getSQLDeclaration method must return string with inet value.
bin/console doctrine:schema:update --force
In ExceptionConverter.php line 87:

An exception occurred while executing a query: SQLSTATE[42704]: Undefined object: 7 ERROR: type "string" does not exist
LINE 1: CREATE TABLE xxx (ip string NOT NULL, ...

Fix return type error.
bin/console doctrine:schema:update --force
In ExceptionConverter.php line 87:
                                                                                                                           
  An exception occurred while executing a query: SQLSTATE[42704]: Undefined object: 7 ERROR:  type "string" does not exist  
  LINE 1: CREATE TABLE xxx (ip string NOT NULL, ...
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

Successfully merging this pull request may close these issues.

1 participant