Commit acef782d authored by Benjamin Eberlei's avatar Benjamin Eberlei

GUID is missing to override Type#getName()

parent c64dd837
......@@ -33,5 +33,10 @@ class GuidType extends StringType
{
return $platform->getGuidTypeDeclartionSQL($fieldDeclaration);
}
public function getName()
{
return Type::GUID;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment