Neos\Flow\Persistence\Doctrine\DataTypes\JsonArrayType::requiresSQLCommentHint PHP 메소드

requiresSQLCommentHint() 공개 메소드

We require a comment on the column to make doctrine recognize the type on already existing columns
public requiresSQLCommentHint ( Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : boolean
$platform Doctrine\DBAL\Platforms\AbstractPlatform
리턴 boolean
    public function requiresSQLCommentHint(AbstractPlatform $platform)
    {
        return true;
    }