Doctrine\DBAL\Platforms\PostgreSqlPlatform::getBinaryDefaultLength PHP Method

getBinaryDefaultLength() public method

    public function getBinaryDefaultLength()
    {
        return 0;
    }
PostgreSqlPlatform