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;
    }