Changed SQL declaration for custom type
This commit is contained in:
parent
f6907b9503
commit
82c87081b4
@ -66,7 +66,7 @@ final class GH5804Type extends Type
|
|||||||
*/
|
*/
|
||||||
public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
|
public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
|
||||||
{
|
{
|
||||||
return $platform->getGuidTypeDeclarationSQL($fieldDeclaration);
|
return $platform->getVarcharTypeDeclarationSQL($fieldDeclaration);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user