doctrine-dbal-postgresql icon indicating copy to clipboard operation
doctrine-dbal-postgresql copied to clipboard

Fix return type for getSQLDeclaration

Open SergeC opened this issue 10 months ago • 0 comments

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, ...

SergeC avatar Feb 04 '25 19:02 SergeC