1
0
mirror of synced 2025-03-06 21:06:16 +03:00

Changed SQL declaration for custom type

This commit is contained in:
Alessandro Frangioni 2017-06-12 15:41:20 +02:00 committed by Luís Cobucci
parent f6907b9503
commit 82c87081b4
No known key found for this signature in database
GPG Key ID: EC61C5F01750ED3C

View File

@ -66,7 +66,7 @@ final class GH5804Type extends Type
*/
public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
{
return $platform->getGuidTypeDeclarationSQL($fieldDeclaration);
return $platform->getVarcharTypeDeclarationSQL($fieldDeclaration);
}
/**