Skip to content

Fix return type for getSQLDeclaration#46

Open
SergeC wants to merge 1 commit into
opsway:masterfrom
SergeC:patch-1
Open

Fix return type for getSQLDeclaration#46
SergeC wants to merge 1 commit into
opsway:masterfrom
SergeC:patch-1

Conversation

@SergeC

@SergeC SergeC commented Feb 4, 2025

Copy link
Copy Markdown

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