Commit d6dba15f authored by Peter Kruithof's avatar Peter Kruithof

Set guid type to require SQL comment hint

parent 3ba21503
...@@ -38,5 +38,10 @@ class GuidType extends StringType ...@@ -38,5 +38,10 @@ class GuidType extends StringType
{ {
return Type::GUID; return Type::GUID;
} }
public function requiresSQLCommentHint(AbstractPlatform $platform)
{
return true;
}
} }
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