Changed SQL declaration for custom type
This commit is contained in:
parent
f6907b9503
commit
82c87081b4
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ final class GH5804Type extends Type
|
|||
*/
|
||||
public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform)
|
||||
{
|
||||
return $platform->getGuidTypeDeclarationSQL($fieldDeclaration);
|
||||
return $platform->getVarcharTypeDeclarationSQL($fieldDeclaration);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue