Skip to content

Commit 5cfed6a

Browse files
committed
Fix issue with schemas for IntervalType
1 parent 2307a52 commit 5cfed6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doctrine/Type/DateIntervalType.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,9 @@ public function getName()
5858
{
5959
return self::DATEINTERVAL;
6060
}
61+
62+
public function requiresSQLCommentHint(AbstractPlatform $platform)
63+
{
64+
return true;
65+
}
6166
}

0 commit comments

Comments
 (0)