doctrine-dbal-postgresql
doctrine-dbal-postgresql copied to clipboard
Fix return type for getSQLDeclaration
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, ...